diff x11/libfontenc/libfontenc.sh @ 541:cacbd9d3d3a8

x11: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:30:00 +0200
parents 2416430cff0b
children bad483aace64
line wrap: on
line diff
--- a/x11/libfontenc/libfontenc.sh	Wed Apr 10 20:28:00 2019 +0200
+++ b/x11/libfontenc/libfontenc.sh	Wed Apr 10 20:30:00 2019 +0200
@@ -43,12 +43,12 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libfontenc.la
+	rm -f $DESTDIR/lib/libfontenc.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION