Skip to content

Commit c9f9cf2

Browse files
Bastian Germannmasahir0y
authored andcommitted
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: 1694e94 ("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>
1 parent a5e40d8 commit c9f9cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/mkdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ binary-arch: build-arch
236236
KBUILD_BUILD_VERSION=${revision} -f \$(srctree)/Makefile intdeb-pkg
237237
238238
clean:
239-
rm -rf debian/*tmp debian/files
239+
rm -rf debian/files debian/linux-*
240240
\$(MAKE) clean
241241
242242
binary: binary-arch

0 commit comments

Comments
 (0)