From: Don Armstrong Date: Mon, 27 Apr 2009 07:09:23 +0000 (+0000) Subject: * actually use the architectures env variable X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=54084d265490448ed722333a6deeba16e039a109;hp=75086a983f50e94bae03d69f67ad57b2c1450aa2;p=bin.git * actually use the architectures env variable --- diff --git a/build_archive b/build_archive index e2f092b..e5919a0 100755 --- a/build_archive +++ b/build_archive @@ -12,7 +12,7 @@ if [ ! -e Release ]; then cat - < Release Origin: donarmstrong Label: donarmstrong -Architectures: all i386 +Architectures: ${ARCHITECTURES} EOF fi; apt-ftparchive -qq --db apt_ftparchive.db --contents packages . > Packages;