summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index fb6b5d36..c03e3252 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -214,6 +214,7 @@ for SRCPACKAGE in ${PACKAGES} ; do
echo "Warning: ${SRCPACKAGE} failed to build from source."
fi
dcmd rm ${SRCPACKAGE}_${EVERSION}.dsc
+ sudo dcmd rm -f /var/cache/pbuilder/result/${SRCPACKAGE}_${EVERSION}.dsc
rm -f ${SRCPACKAGE}_* > /dev/null 2>&1
fi