diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 02:02:22 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 02:02:22 -0500 |
commit | 2e4d78c7768119a75bba8ae5eab98c1a6026ea89 (patch) | |
tree | 8483171dde27eb8dc89a868b10155b5be28450ce /mipsrelease | |
parent | 64a0772ca0f9d542ab8a94bd16a1edc78f5b40db (diff) |
* fullpkg uses options and librerelease
* librerelease tell wich repo for each pkg when listing
Diffstat (limited to 'mipsrelease')
-rwxr-xr-x | mipsrelease | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mipsrelease b/mipsrelease index 97e12d2..925748f 100755 --- a/mipsrelease +++ b/mipsrelease @@ -4,7 +4,7 @@ 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 |