summaryrefslogtreecommitdiff
path: root/repo/system/libunistring.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libunistring.xibuild')
-rw-r--r--repo/system/libunistring.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/libunistring.xibuild b/repo/system/libunistring.xibuild
index b236e0f..ac09168 100644
--- a/repo/system/libunistring.xibuild
+++ b/repo/system/libunistring.xibuild
@@ -11,5 +11,8 @@ build () {
./configure \
--prefix=/usr
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}