From 51944c015f98cf25b3f8a51ccd35a8c77a674d27 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 Dec 2010 14:27:08 +0100 Subject: Renaming --architecture to --architectures in preparation for multi-arch. --- scripts/build/lb_binary_includes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_binary_includes') diff --git a/scripts/build/lb_binary_includes b/scripts/build/lb_binary_includes index 43c7a9930..8f2666460 100755 --- a/scripts/build/lb_binary_includes +++ b/scripts/build/lb_binary_includes @@ -62,7 +62,7 @@ then fi # Assemble architecture -case "${LB_ARCHITECTURE}" in +case "${LB_ARCHITECTURES}" in amd64) ARCH="amd" ;; @@ -133,7 +133,7 @@ then fi # Adjusting install templates - ARCHITECTURE="$(echo ${LB_ARCHITECTURE} | sed -e 's| |/|g')" + ARCHITECTURE="$(echo ${LB_ARCHITECTURES} | sed -e 's| |/|g')" DISTRIBUTION="$(echo ${LB_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]')" DISTRIBUTION="${DISTRIBUTION}$(echo ${LB_DISTRIBUTION} | cut -b 2-)" eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`" @@ -148,7 +148,7 @@ then DEBIAN_NAME="Debian GNU/Linux ${VERSION} \"${DISTRIBUTION}\" - Official ${ARCHITECTURE} ${TYPE} Binary $(date +%Y%m%d-%H:%M)" DEBIAN_DATE="$(date +%Y%m%d-%H:%M)" - if [ "${LB_ARCHITECTURE}" = "i386" ] + if [ "${LB_ARCHITECTURES}" = "i386" ] then DEBIAN_TOOLS_HTML="

\n  \n /tools/\n \n\n and\n  \n /install/floppy/\n " DEBIAN_TOOLS_TXT="/tools/ and /install/floppy/" -- cgit v1.2.3