From 54084d265490448ed722333a6deeba16e039a109 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 27 Apr 2009 07:09:23 +0000 Subject: [PATCH] * actually use the architectures env variable --- build_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5