diff options
author | kris <kris@FreeBSD.org> | 2006-04-03 12:41:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-03 12:41:14 +0800 |
commit | 3b2166daffa09e9be7fb1bc2526032894dd5f71a (patch) | |
tree | 4cd26e33716480b13143c8c9ca491d4575f83b13 /Tools/portbuild | |
parent | bce8fe9fe05cf27576678a91d82f4f823b5f7572 (diff) | |
download | freebsd-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-x | Tools/portbuild/scripts/clean-chroot | 2 |
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 |