diff graphics/libtiff/libtiff.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/libtiff/libtiff.sh	Tue Apr 09 19:50:31 2019 +0200
+++ b/graphics/libtiff/libtiff.sh	Tue Apr 09 20:04:48 2019 +0200
@@ -79,8 +79,8 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--with-docdir=/usr/share/doc/libtiff \
+		--prefix=/ \
+		--with-docdir=/share/doc/libtiff \
 		--disable-static \
 		--enable-shared \
 		$with_jpeg \
@@ -89,7 +89,7 @@
 		$with_zstd
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libtiff{,xx}.la
+	rm -f $DESTDIR/lib/libtiff{,xx}.la
 
 	popd
 	rm -rf tiff-$PKGVERSION