mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mpab: expand baseDir for the benefit of ln if it's "."
git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@81518 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -261,6 +261,10 @@ function buildPorts()
|
||||
{
|
||||
local baseDir=$1
|
||||
local chrootPath=$2
|
||||
|
||||
if [[ $baseDir == "." ]]; then
|
||||
baseDir=`pwd`
|
||||
fi
|
||||
|
||||
echo "Building ports"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user