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

graphics: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:04:48 +0200
parents d7016722ea6d
children bad483aace64
line wrap: on
line diff
--- a/graphics/pixman/pixman.sh	Tue Apr 09 19:50:31 2019 +0200
+++ b/graphics/pixman/pixman.sh	Tue Apr 09 20:04:48 2019 +0200
@@ -59,7 +59,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-gnuplot \
 		--disable-gtk \
 		--disable-static \
@@ -68,7 +68,7 @@
 		$with_png
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libpixman-1.la
+	rm -f $DESTDIR/lib/libpixman-1.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION