diff x11/libxcb/libxcb.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/libxcb/libxcb.sh	Wed Apr 10 20:28:00 2019 +0200
+++ b/x11/libxcb/libxcb.sh	Wed Apr 10 20:30:00 2019 +0200
@@ -47,16 +47,16 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared
 	make
 	make install DESTDIR=$DESTDIR
-	rm -f $DESTDIR/usr/lib/libxcb.la
-	rm -f $DESTDIR/usr/lib/libxcb-{composite,damage,dpms,dri2,dri3,glx}.la
-	rm -f $DESTDIR/usr/lib/libxcb-{present,randr,record,render,res}.la
-	rm -f $DESTDIR/usr/lib/libxcb-{screensaver,shape,shm,sync,xf86dri,xv}.la
-	rm -f $DESTDIR/usr/lib/libxcb-{xfixes,xinerama,xinput,xkb,xtest,xvmc}.la
+	rm -f $DESTDIR/lib/libxcb.la
+	rm -f $DESTDIR/lib/libxcb-{composite,damage,dpms,dri2,dri3,glx}.la
+	rm -f $DESTDIR/lib/libxcb-{present,randr,record,render,res}.la
+	rm -f $DESTDIR/lib/libxcb-{screensaver,shape,shm,sync,xf86dri,xv}.la
+	rm -f $DESTDIR/lib/libxcb-{xfixes,xinerama,xinput,xkb,xtest,xvmc}.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION