diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 08:40:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 08:40:42 +0000 |
commit | d75ce2798aa2bc77796e4f43e32915712996b9ae (patch) | |
tree | 12c6a035455a220b90c801e09e54cfd550ce9323 | |
parent | Updating. (diff) | |
download | progress-linux-tools-d75ce2798aa2bc77796e4f43e32915712996b9ae.tar.xz progress-linux-tools-d75ce2798aa2bc77796e4f43e32915712996b9ae.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/debian-chroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot index b748efb..370fd57 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -276,6 +276,7 @@ EOF cat >> "${CHROOT}/build/.bash_history" << EOF dpkg-buildpackage --changes-option=-S +rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf EOF ;; @@ -399,6 +400,7 @@ EOF cat >> "${CHROOT}/build/.bash_history" << EOF dpkg-buildpackage --changes-option=-S +rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf EOF ;; |