mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mpab: discard irrelevant errors from failed hard-linking
git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@81549 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ function buildPorts()
|
||||
|
||||
rm -f ${chrootPath}/var/tmp/progress.log ${baseDir}/progress.log
|
||||
touch ${baseDir}/progress.log
|
||||
if ! ln ${baseDir}/progress.log ${chrootPath}/var/tmp/progress.log; then
|
||||
if ! ln ${baseDir}/progress.log ${chrootPath}/var/tmp/progress.log 2>/dev/null ; then
|
||||
ln -s ${baseDir}/progress.log ${chrootPath}/var/tmp/progress.log
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user