summaryrefslogtreecommitdiff
path: root/mips64el
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 02:26:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-06 02:26:50 -0300
commit94b94c9ea476e4e791219bd2c017741a3274bbc5 (patch)
treeffac6c4cb460307f7070ceb1270234d4832b5dff /mips64el
parent6225a97d6d1102d8d5fc85dc59ad91b60f416a66 (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-xmips64el/mipsrelease5
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 $?