mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 19:55:32 +00:00
builddeb: clean generated package content
For each binary Debian package, a directory with the package name is
created in the debian directory. Correct the generated file matches in the
package's clean target, which were renamed without adjusting the target.
Fixes: 1694e94e4f
("builddeb: match temporary directory name to the package name")
Signed-off-by: Bastian Germann <bage@linutronix.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
a5e40d8631
commit
c9f9cf2560
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ binary-arch: build-arch
|
|||
KBUILD_BUILD_VERSION=${revision} -f \$(srctree)/Makefile intdeb-pkg
|
||||
|
||||
clean:
|
||||
rm -rf debian/*tmp debian/files
|
||||
rm -rf debian/files debian/linux-*
|
||||
\$(MAKE) clean
|
||||
|
||||
binary: binary-arch
|
||||
|
|
Loading…
Add table
Reference in a new issue