summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakechrootpkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/makechrootpkg b/makechrootpkg
index b0bbdac..5640be2 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -111,8 +111,6 @@ fi
cleanup ()
{
echo "cleaning up unioned mounts"
- umount "$chrootdir/union/pkgdest" 2>/dev/null
- umount "$chrootdir/union/srcdest" 2>/dev/null
umount "$chrootdir/union"
}