diff crypto/nettle/nettle.sh @ 518:924f166e82d7

crypto: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:42:34 +0200
parents 89ccd40fd0b7
children bad483aace64
line wrap: on
line diff
--- 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