summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-09-18 22:27:49 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-18 22:30:36 +0200
commit3b383b50fc8a140f0a8ba93ed7f72dfa72462f89 (patch)
tree86baca60c942e864be86d2eb2cf1f7c1803ad5da /makechrootpkg
parent29b19aaa8b12bc436e29b0132c63d5ecb1910a1b (diff)
downloaddevtools-3b383b50fc8a140f0a8ba93ed7f72dfa72462f89.tar.gz
devtools-3b383b50fc8a140f0a8ba93ed7f72dfa72462f89.tar.xz
Remove some extra cleanup umounts
Leftovers from when we used to bind-mount PKGDEST and SRCDEST Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'makechrootpkg')
-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"
}