diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-25 11:46:03 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-25 11:46:03 -0500 |
commit | d94747c063e65cb5bbe99246157d76079cc4c252 (patch) | |
tree | 77769922f469f1c7ca80e138041a25b31b35dd0f /fullpkg | |
parent | bfc22659aff2cc2a2832b34b7f044146e5b86184 (diff) |
*fullpkg don't add mipsel on build_only
*mipsrelease adds pkgs from pkgdest
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -398,12 +398,12 @@ if [ ${build_only} == 'n' ]; then usage && exit 1 } -fi - # Add mips64el if missing from arch=() and it isn't an 'any' package -if ! grep mips64el PKGBUILD >/dev/null; then - warning "Adding mips64el arch" - sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" "PKGBUILD" + if ! grep mips64el PKGBUILD >/dev/null; then + warning "Adding mips64el arch" + sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" "PKGBUILD" + fi + fi # If the queue file isn't writable go into offline mode |