diff core/acl/acl.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/acl/acl.sh	Tue Apr 09 20:20:00 2019 +0200
+++ b/core/acl/acl.sh	Tue Apr 09 20:22:00 2019 +0200
@@ -52,13 +52,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/libacl.la
+	rm -f $DESTDIR/lib/libacl.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION