mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Also export the ARCH variable so that cross-generation of cdrom package
lists works as expected. Approved by: re
This commit is contained in:
parent
0ebcc1a982
commit
27a52f71ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123055
@ -43,6 +43,7 @@ export PKG_DBDIR=/nonexistentdb
|
||||
if [ "X${PKG_ARCH}" = "X" ]; then
|
||||
export PKG_ARCH=`uname -m`
|
||||
fi
|
||||
export ARCH=${PKG_ARCH}
|
||||
|
||||
# usage: extract-names cd# [portsdir]
|
||||
extract-names()
|
||||
|
Loading…
Reference in New Issue
Block a user