Also export the ARCH variable so that cross-generation of cdrom package

lists works as expected.

Approved by:	re
This commit is contained in:
kris 2003-11-30 01:35:19 +00:00
parent acf9285563
commit 381c0b5cc3

View File

@ -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()