]> git.donarmstrong.com Git - bin.git/blobdiff - build_archive
* actually use the architectures env variable
[bin.git] / build_archive
index e2f092b5398f8ec487c53af303ee22259fa78218..e5919a0787d1c37851d57f193c2694829a24993a 100755 (executable)
@@ -12,7 +12,7 @@ if [ ! -e Release ]; then
     cat - <<EOF > Release
 Origin: donarmstrong
 Label: donarmstrong
-Architectures: all i386
+Architectures: ${ARCHITECTURES}
 EOF
 fi;
 apt-ftparchive -qq --db apt_ftparchive.db --contents packages . > Packages;