aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-04-03 12:41:14 +0800
committerkris <kris@FreeBSD.org>2006-04-03 12:41:14 +0800
commit3b2166daffa09e9be7fb1bc2526032894dd5f71a (patch)
tree4cd26e33716480b13143c8c9ca491d4575f83b13 /Tools/portbuild
parentbce8fe9fe05cf27576678a91d82f4f823b5f7572 (diff)
downloadfreebsd-ports-gnome-3b2166daffa09e9be7fb1bc2526032894dd5f71a.tar.gz
freebsd-ports-gnome-3b2166daffa09e9be7fb1bc2526032894dd5f71a.tar.zst
freebsd-ports-gnome-3b2166daffa09e9be7fb1bc2526032894dd5f71a.zip
Clean up linprocfs on amd64 as well.
Diffstat (limited to 'Tools/portbuild')
-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