diff core/xz/xz.sh @ 516:014d018468fb

core: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:22:00 +0200
parents 515778c3a417
children bad483aace64
line wrap: on
line diff
--- a/core/xz/xz.sh	Tue Apr 09 20:20:00 2019 +0200
+++ b/core/xz/xz.sh	Tue Apr 09 20:22:00 2019 +0200
@@ -51,13 +51,13 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared \
 		$with_nls
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/liblzma.la
+	rm -f $DESTDIR/lib/liblzma.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION