diff options
Diffstat (limited to 'repo/system/libunistring.xibuild')
-rw-r--r-- | repo/system/libunistring.xibuild | 3 |
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 } |