summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:40:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 08:40:42 +0000
commitd75ce2798aa2bc77796e4f43e32915712996b9ae (patch)
tree12c6a035455a220b90c801e09e54cfd550ce9323
parentUpdating. (diff)
downloadprogress-linux-tools-d75ce2798aa2bc77796e4f43e32915712996b9ae.tar.xz
progress-linux-tools-d75ce2798aa2bc77796e4f43e32915712996b9ae.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/debian-chroot2
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
;;