diff graphics/libgd/libgd.sh @ 523:b1690d766bdb

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents 7828241c9634
children bad483aace64
line wrap: on
line diff
--- a/graphics/libgd/libgd.sh	Tue Apr 09 19:50:31 2019 +0200
+++ b/graphics/libgd/libgd.sh	Tue Apr 09 20:04:48 2019 +0200
@@ -115,7 +115,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared \
 		$with_fontconfig \
@@ -129,7 +129,7 @@
 		$with_zlib
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libgd.la
+	rm -f $DESTDIR/lib/libgd.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION