diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-28 02:28:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-28 02:28:44 +0800 |
commit | c28ddbd9397fc79071d1c3c36653fa2e18e792c5 (patch) | |
tree | 03b23f09e74a49e1739b1f2ba99866ac25e19f70 /Tools/portbuild | |
parent | e865a3f21a941a86ca18278578fcc9dd84fa3c7c (diff) | |
download | freebsd-ports-gnome-c28ddbd9397fc79071d1c3c36653fa2e18e792c5.tar.gz freebsd-ports-gnome-c28ddbd9397fc79071d1c3c36653fa2e18e792c5.tar.zst freebsd-ports-gnome-c28ddbd9397fc79071d1c3c36653fa2e18e792c5.zip |
Use a consistent PATH in both portbuild and dopackages.
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 5abf29b09795..ff86aa2f0628 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -174,7 +174,7 @@ cleandirs="/usr/local /usr/X11R6 /compat /var/db/pkg" export FTP_TIMEOUT=900 export HTTP_TIMEOUT=900 -export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin +export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin echo "building $pkgname in $chroot" |