mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
selfupdate: Reset PATH before installing
This prevents picking up any tools from the buildbot environment.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ selfupdate() {
|
||||
tar -xjf ${macports_distfile} || return
|
||||
fi
|
||||
cd ${macports_distname} || return
|
||||
./configure --prefix="${option_prefix}" --enable-readline || return
|
||||
PATH=/usr/bin:/bin:/usr/sbin:/sbin ./configure --prefix="${option_prefix}" --enable-readline || return
|
||||
make -j"$(sysctl -n hw.activecpu)" || return
|
||||
make install || return
|
||||
cd .. || return
|
||||
|
||||
Reference in New Issue
Block a user