diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-20 11:54:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-20 11:54:26 -0300 |
commit | cf6c48eb6e27c67a66587e1565f8332bb664003f (patch) | |
tree | 5d60bff2c8612159f7414277b41fd0f788e69033 /mips64el/mips-add | |
parent | fe4eae69f86eb101ac8827306337643e208e93de (diff) | |
parent | 74f9970f154560f7f98e1126203db0cdd01bc32b (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsv20110723
Diffstat (limited to 'mips64el/mips-add')
-rw-r--r-- | mips64el/mips-add | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mips64el/mips-add b/mips64el/mips-add index 0d4e494..da9b431 100644 --- a/mips64el/mips-add +++ b/mips64el/mips-add @@ -1,4 +1,5 @@ #!/bin/bash +source /etc/libretools.conf if ! grep mips64el PKGBUILD >/dev/null; then # Add mips64el in ${arch} array if it isn't 'any' warning "Adding mips64el arch" sed -i "s/^\(arch=([^)anym]\+\))/\1 'mips64el')/" "PKGBUILD" |