diff xfce/xfconf/xfconf.sh @ 542:ca639101cecc

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents 95095aa8fe3d
children bad483aace64
line wrap: on
line diff
--- a/xfce/xfconf/xfconf.sh	Wed Apr 10 20:30:00 2019 +0200
+++ b/xfce/xfconf/xfconf.sh	Wed Apr 10 20:31:00 2019 +0200
@@ -46,12 +46,12 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--localedir=/usr/share/locale \
-		--with-locales-dir=/usr/share/locale
+		--prefix=/ \
+		--localedir=/share/locale \
+		--with-locales-dir=/share/locale
 	make
-	make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale
-	rm -f $DESTDIR/usr/lib/libxfconf-0.la
+	make install DESTDIR=$DESTDIR itlocaledir=/share/locale
+	rm -f $DESTDIR/lib/libxfconf-0.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION