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:
parent
44bc3e2322
commit
3a3eb397af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258620
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user