diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:11:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-22 11:11:59 -0300 |
commit | 3c53f6e6e8a9dc767680c5a53969e3d9aa3c5d81 (patch) | |
tree | 4fc3cdb0b795cefa0dbe37bf34468cb9521c1970 /mipsrelease | |
parent | e1ef4ce407f51862fc596d48b6609b81f032a162 (diff) |
FullPKG already uses a local db called stage3 and it's URL is file://$PKGDEST
Diffstat (limited to 'mipsrelease')
-rwxr-xr-x | mipsrelease | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mipsrelease b/mipsrelease index 925748f..400e9f1 100755 --- a/mipsrelease +++ b/mipsrelease @@ -4,7 +4,6 @@ source /etc/makepkg.conf pushd ${PKGDEST} >/dev/null -#TODO: repo-add should stage to a local db and not stage3 repo-add stage3.db.tar.gz $@ popd >/dev/null |