← recipes

Commit 81482e1

0
plików
+0
dodanych
-0
usuniętych
@@ -26,7 +26,7 @@ build: |
26 26 cd openldap-LMDB_${pkgver}/libraries/liblmdb
27 27 make prefix=/usr
28 28 sed -i 's| liblmdb.a||' Makefile
29 - make prefix=${PKGDIR}/usr install
29 + make prefix=/usr DESTDIR=${PKGDIR} install
30 30 cd -
31 31 install -Dm644 lmdb.pc ${PKGDIR}/usr/lib/pkgconfig/lmdb.pc
32 32 package: |