aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-03 04:41:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-03 04:41:14 +0000
commit7d1ca938befcb19c96e5b8223bc68c0038536777 (patch)
tree5efaa610aef5429111cad63ea65ee71c5af8c7f8 /Tools
parent721c2900a5e6d26855427160e28ddf4ac3f9541e (diff)
downloadports-7d1ca938befcb19c96e5b8223bc68c0038536777.tar.gz
ports-7d1ca938befcb19c96e5b8223bc68c0038536777.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/clean-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/clean-chroot b/Tools/portbuild/scripts/clean-chroot
index 24491e9f6820..bab491601ad2 100755
--- a/Tools/portbuild/scripts/clean-chroot
+++ b/Tools/portbuild/scripts/clean-chroot
@@ -63,7 +63,7 @@ fi
#umount ${chroot}/proc
-if [ ${arch} = "i386" ]; then
+if [ ${arch} = "i386" -o ${arch} = "amd64" ]; then
cleanup_mount ${chroot} /compat/linux/proc
fi