diff options
Diffstat (limited to 'repo/system/gnutls.xibuild')
-rw-r--r-- | repo/system/gnutls.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild index bf06240..8c3f198 100644 --- a/repo/system/gnutls.xibuild +++ b/repo/system/gnutls.xibuild @@ -11,5 +11,8 @@ build () { ./configure \ --prefix=/usr make +} + +package () { make DESTDIR=$PKG_DEST install } |