diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-19 14:50:29 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-19 14:50:29 -0500 |
commit | f3cfc59e0e4c6d27be065cee49ca3e133d045bdd (patch) | |
tree | b4ec42dc33305d1d45bed2afacaa2c7aab08245a /mips64el/mips-add | |
parent | 394783a7fda0f1fb587416d54af563730bff939c (diff) |
Some fixing
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" |