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
acf9285563
commit
381c0b5cc3
@ -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