1
0
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:
Satoshi Asami 1999-01-22 10:20:32 +00:00
parent 3ea400c2e1
commit b568349be8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16260

View File

@ -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"