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" }