mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
The build root is now one directory up from here.
This commit is contained in:
parent
3ea400c2e1
commit
b568349be8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16260
@ -12,7 +12,7 @@ fi
|
||||
unset DISPLAY
|
||||
|
||||
pkgname=$(basename $1 .tgz)
|
||||
buildroot=$(dirname $0)
|
||||
buildroot=$(dirname $(dirname $0))
|
||||
|
||||
if grep -qxF $pkgname ${buildroot}/${branch}/duds; then
|
||||
echo "skipping $pkgname"
|
||||
|
Loading…
Reference in New Issue
Block a user