diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-03 04:43:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-03 04:43:56 +0000 |
commit | 6da61e3ed2b68b053ef43b4f3b1d595527fd6da8 (patch) | |
tree | d467d607deb4dc89b212c0336cac0212abe0b25b /Tools/portbuild | |
parent | 072a81b38fdb7b885833ebd4c4c72225527eecc4 (diff) | |
download | ports-6da61e3ed2b68b053ef43b4f3b1d595527fd6da8.tar.gz ports-6da61e3ed2b68b053ef43b4f3b1d595527fd6da8.zip |
Notes
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/portbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index a652b9fa6813..24bd22a5ff71 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -257,7 +257,7 @@ else >/dev/null 2>&1 fi -if [ ${arch} = "i386" ]; then +if [ ${arch} = "i386" -o ${arch} = "amd64" ]; then # JDK ports need linprocfs :( mkdir -p ${chroot}/compat/linux/proc chroot ${chroot} mount_linprocfs linprocfs /compat/linux/proc |