diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 02:26:50 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-06 02:26:50 -0300 |
commit | 94b94c9ea476e4e791219bd2c017741a3274bbc5 (patch) | |
tree | ffac6c4cb460307f7070ceb1270234d4832b5dff /mips64el | |
parent | 6225a97d6d1102d8d5fc85dc59ad91b60f416a66 (diff) |
Treepkg guess repo and put it on BUILDORDER. Also remove libremessages since
libretools.conf does this for us.
Diffstat (limited to 'mips64el')
-rwxr-xr-x | mips64el/mipsrelease | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mips64el/mipsrelease b/mips64el/mipsrelease index e1035aa..0d14c72 100755 --- a/mips64el/mipsrelease +++ b/mips64el/mipsrelease @@ -48,6 +48,9 @@ done repo-add ${PKGDEST}/stage3.db.tar.gz ${pkgs[@]} +sudo pacman -Sy +librestage ${repo} + mkdir -p ${WORKDIR}/abs/${CARCH}/${repo} >/dev/null @@ -57,6 +60,4 @@ popd >/dev/null $libretoolsdir/chcleanup || true -sudo pacman -Sy - exit $? |