summaryrefslogtreecommitdiff
path: root/repo/core/gmp.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/gmp.xibuild')
-rw-r--r--repo/core/gmp.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/core/gmp.xibuild b/repo/core/gmp.xibuild
index f73ba8a..6c426bc 100644
--- a/repo/core/gmp.xibuild
+++ b/repo/core/gmp.xibuild
@@ -17,6 +17,9 @@ build () {
make check 2>&1 | tee gmp-check-log
awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log
+}
+
+package() {
make DESTDIR=$PKG_DEST install
make DESTDIR=$PKG_DEST install-html
}