diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-09 19:29:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-09 19:29:06 (GMT) |
commit | 89847abefdeb87a199f21c1ad773afcae194d48e (patch) | |
tree | e2887be3300749cc9a9b62dda16093670f41b8f9 | |
parent | 8202aecfb8f6937a30bfd06f2d586e45596d445a (diff) | |
download | linhes_dev-89847abefdeb87a199f21c1ad773afcae194d48e.zip |
remove iso options that don't match the current CARCH
-rwxr-xr-x | build_tools/go.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/go.sh b/build_tools/go.sh index b776ee1..ccdfa94 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -1,8 +1,9 @@ #!/bin/bash +. /etc/makepkg.conf clear cd clarch || exit 1 declare -a menuarray -menuarray=( ` ls larch/profiles/`) +menuarray=( `ls larch/profiles/ |grep $CARCH`) echo ${array1[@]} element_count=${#menuarray[*]} |