From: Michael Prokop Date: Mon, 22 Oct 2007 17:30:56 +0000 (+0200) Subject: Set arch in grml64 files X-Git-Tag: 0.0.7~53 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=246b13f8acb8328c7a7c0a03219f794e3b4339fc Set arch in grml64 files --- diff --git a/buildd/grml-live_autobuild_grml64-large_etch.sh b/buildd/grml-live_autobuild_grml64-large_etch.sh index d0d1a07..2c99c57 100755 --- a/buildd/grml-live_autobuild_grml64-large_etch.sh +++ b/buildd/grml-live_autobuild_grml64-large_etch.sh @@ -7,6 +7,7 @@ SUITE=etch CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,AMD64' NAME=grml64 SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 diff --git a/buildd/grml-live_autobuild_grml64-large_sid.sh b/buildd/grml-live_autobuild_grml64-large_sid.sh index 61cc257..b85cef8 100755 --- a/buildd/grml-live_autobuild_grml64-large_sid.sh +++ b/buildd/grml-live_autobuild_grml64-large_sid.sh @@ -7,6 +7,7 @@ SUITE=sid CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,AMD64' NAME=grml64 SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 diff --git a/buildd/grml-live_autobuild_grml64-medium_etch.sh b/buildd/grml-live_autobuild_grml64-medium_etch.sh index 22340dd..21f6ad3 100755 --- a/buildd/grml-live_autobuild_grml64-medium_etch.sh +++ b/buildd/grml-live_autobuild_grml64-medium_etch.sh @@ -7,6 +7,7 @@ SUITE=etch CLASSES='GRMLBASE,GRML_MEDIUM,AMD64' NAME=grml64-medium SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 diff --git a/buildd/grml-live_autobuild_grml64-medium_sid.sh b/buildd/grml-live_autobuild_grml64-medium_sid.sh index b3110f4..9459673 100755 --- a/buildd/grml-live_autobuild_grml64-medium_sid.sh +++ b/buildd/grml-live_autobuild_grml64-medium_sid.sh @@ -7,6 +7,7 @@ SUITE=sid CLASSES='GRMLBASE,GRML_MEDIUM,AMD64' NAME=grml64-medium SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 diff --git a/buildd/grml-live_autobuild_grml64-small_etch.sh b/buildd/grml-live_autobuild_grml64-small_etch.sh index 070a8af..742af42 100755 --- a/buildd/grml-live_autobuild_grml64-small_etch.sh +++ b/buildd/grml-live_autobuild_grml64-small_etch.sh @@ -7,6 +7,7 @@ SUITE=etch CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,AMD64' NAME=grml64-small SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 diff --git a/buildd/grml-live_autobuild_grml64-small_sid.sh b/buildd/grml-live_autobuild_grml64-small_sid.sh index 1f98671..a728f12 100755 --- a/buildd/grml-live_autobuild_grml64-small_sid.sh +++ b/buildd/grml-live_autobuild_grml64-small_sid.sh @@ -7,6 +7,7 @@ SUITE=sid CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,AMD64' NAME=grml64-small SCRIPTNAME="$(basename $0)" +ARCH=amd64 . /usr/share/grml-live/buildd/buildd/functions.sh || exit 1