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 Kennaway 2003-11-30 01:35:19 +00:00
parent 0ebcc1a982
commit 27a52f71ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123055

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