changeset 518:924f166e82d7

crypto: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:42:34 +0200
parents ec518dff4152
children 824fb5352478
files crypto/gnutls/gnutls.sh crypto/nettle/nettle.sh crypto/p11-kit/p11-kit.sh
diffstat 3 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/crypto/gnutls/gnutls.sh	Tue Apr 09 19:39:19 2019 +0200
+++ b/crypto/gnutls/gnutls.sh	Tue Apr 09 19:42:34 2019 +0200
@@ -47,11 +47,11 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr
+		--prefix=/
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libgnutlsxx.la
-	rm -f $DESTDIR/usr/lib/libgnutls.la
+	rm -f $DESTDIR/lib/libgnutlsxx.la
+	rm -f $DESTDIR/lib/libgnutls.la
 
 	popd
 	rm -rf $PKGNAME-3.6.7
--- a/crypto/nettle/nettle.sh	Tue Apr 09 19:39:19 2019 +0200
+++ b/crypto/nettle/nettle.sh	Tue Apr 09 19:42:34 2019 +0200
@@ -46,7 +46,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared
 	make
--- a/crypto/p11-kit/p11-kit.sh	Tue Apr 09 19:39:19 2019 +0200
+++ b/crypto/p11-kit/p11-kit.sh	Tue Apr 09 19:42:34 2019 +0200
@@ -43,14 +43,13 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+		--prefix=/ \
 		--without-systemd \
 		--with-trust-paths=/etc/pki/anchors
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/pkcs11/*.la
-	rm -f $DESTDIR/usr/lib/libp11-kit.la
+	rm -f $DESTDIR/lib/pkcs11/*.la
+	rm -f $DESTDIR/lib/libp11-kit.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION