summaryrefslogtreecommitdiffstats
path: root/inc/helper.inc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/helper.inc.sh')
-rw-r--r--inc/helper.inc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/helper.inc.sh b/inc/helper.inc.sh
index c0780b0..eed974d 100644
--- a/inc/helper.inc.sh
+++ b/inc/helper.inc.sh
@@ -7,4 +7,5 @@ setupBindmounts() {
destroyBindmounts() {
umount $buildrootpath/proc
umount $buildrootpath/dev
+ umount /tmp/deb
}