diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-03 04:41:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-03 04:41:14 +0000 |
commit | 7d1ca938befcb19c96e5b8223bc68c0038536777 (patch) | |
tree | 5efaa610aef5429111cad63ea65ee71c5af8c7f8 /Tools | |
parent | 721c2900a5e6d26855427160e28ddf4ac3f9541e (diff) | |
download | ports-7d1ca938befcb19c96e5b8223bc68c0038536777.tar.gz ports-7d1ca938befcb19c96e5b8223bc68c0038536777.zip |
Notes
Diffstat (limited to 'Tools')
-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 |