mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mpab: build all ports if portlist is 'all'
git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@81228 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -69,6 +69,9 @@ rm -rf ${PORTRESULTSDIR}
|
||||
if [[ -f /var/tmp/portlist ]]; then
|
||||
portList=`/bin/cat /var/tmp/portlist`
|
||||
/bin/rm /var/tmp/portlist
|
||||
if [[ `echo -n $portList` == "all" ]]; then
|
||||
portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl`
|
||||
fi
|
||||
else
|
||||
portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl`
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user