diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-14 16:16:35 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-14 16:16:35 -0300 |
commit | 2f5d37d8387199a77332dd71e910134fa71cff65 (patch) | |
tree | 4a24391f223059bd50c9c9c32a7c72d4d23c4669 /mipsrelease | |
parent | 90db8b196cf626d6fa0fd698050edb331ceab7e9 (diff) |
stupid idea fixed :P
Diffstat (limited to 'mipsrelease')
-rwxr-xr-x | mipsrelease | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mipsrelease b/mipsrelease index 354bcb9..50aa909 100755 --- a/mipsrelease +++ b/mipsrelease @@ -12,9 +12,7 @@ source /etc/libretools.conf repo=$1; shift -pushd ${PKGDEST} >/dev/null - repo-add stage3.db.tar.gz $@ -popd >/dev/null +repo-add stage3.db.tar.gz $@ # Get all needed sources source PKGBUILD |