diff desktop/libwnck2/libwnck2.sh @ 519:824fb5352478

desktop: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:45:38 +0200
parents 95095aa8fe3d
children bad483aace64
line wrap: on
line diff
--- a/desktop/libwnck2/libwnck2.sh	Tue Apr 09 19:42:34 2019 +0200
+++ b/desktop/libwnck2/libwnck2.sh	Tue Apr 09 19:45:38 2019 +0200
@@ -44,13 +44,13 @@
 	LDFLAGS="$LDFLAGS" \
 	LIBS="$LIBS" \
 	./configure \
-		--prefix=/usr \
+		--prefix=/ \
 		--disable-static \
 		--enable-shared \
-		--localedir=/usr/share/locale
+		--localedir=/share/locale
 	make
-	make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale
-	rm -f $DESTDIR/usr/lib/libwnck-1.la
+	make install DESTDIR=$DESTDIR itlocaledir=/share/locale
+	rm -f $DESTDIR/lib/libwnck-1.la
 
 	popd
 	rm -rf libwnck-$PKGVERSION