diff options
Diffstat (limited to 'repo/system/libldap.xibuild')
-rw-r--r-- | repo/system/libldap.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/libldap.xibuild b/repo/system/libldap.xibuild index 9889496..ae04b04 100644 --- a/repo/system/libldap.xibuild +++ b/repo/system/libldap.xibuild @@ -9,5 +9,8 @@ DESC="An open source implementation of the Lightweight Directory Access Protocol build () { ./configure prefix="/usr" make +} + +package () { make DESTDIR=$PKG_DEST install } |