diff lib/libxkbcommon/libxkbcommon.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
line wrap: on
line diff
--- a/lib/libxkbcommon/libxkbcommon.sh	Tue Apr 09 20:07:21 2019 +0200
+++ b/lib/libxkbcommon/libxkbcommon.sh	Tue Apr 09 20:11:07 2019 +0200
@@ -68,7 +68,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared \
 		$with_doxygen \
@@ -76,7 +76,7 @@
 		$with_wayland
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libxkbcommon{,-x11}.la
+	rm -f $DESTDIR/lib/libxkbcommon{,-x11}.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION