index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | makechrootpkg | 2 |
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" } |