diff lib/gmp/gmp.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
line wrap: on
line diff
--- a/lib/gmp/gmp.sh	Tue Apr 09 20:07:21 2019 +0200
+++ b/lib/gmp/gmp.sh	Tue Apr 09 20:11:07 2019 +0200
@@ -42,14 +42,14 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--enable-cxx \
 		--enable-fat \
 		--enable-shared \
 		--disable-static
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libgmp{,xx}.la
+	rm -f $DESTDIR/lib/libgmp{,xx}.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION