diff text/libxslt/libxslt.sh @ 539:f3e036ac528e

text: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:26:00 +0200
parents 23680a77e956
children bad483aace64
line wrap: on
line diff
--- a/text/libxslt/libxslt.sh	Wed Apr 10 20:24:00 2019 +0200
+++ b/text/libxslt/libxslt.sh	Wed Apr 10 20:26:00 2019 +0200
@@ -56,15 +56,15 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--with-html-dir=/usr/share/doc/$PKGNAME/html \
+		--prefix=/ \
+		--with-html-dir=/share/doc/$PKGNAME/html \
 		--with-html-subdir="" \
 		--disable-static \
 		--enable-shared \
 		$with_crypto
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/lib*xslt.la
+	rm -f $DESTDIR/lib/lib*xslt.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION