1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Fix braino from production.

This commit is contained in:
Mark Linimon 2010-08-02 07:11:11 +00:00
parent 44bc3e2322
commit 3a3eb397af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258620
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ else
fi
pb=/var/portbuild
. ${pb}/scripts/server.conf
. ${pb}/conf/server.conf
if [ "${arch}" = "all" ]; then
arches=$(find ${pb}/*/portbuild.conf)

View File

@ -47,7 +47,7 @@ else
fi
pb=/var/portbuild
. ${pb}/scripts/server.conf
. ${pb}/conf/server.conf
if [ "${arch}" = "all" ]; then
arches=$(find ${pb}/*/portbuild.conf)