diff xfce/xfce4-panel/xfce4-panel.sh @ 542:ca639101cecc

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents a58d58a62056
children bad483aace64
line wrap: on
line diff
--- a/xfce/xfce4-panel/xfce4-panel.sh	Wed Apr 10 20:30:00 2019 +0200
+++ b/xfce/xfce4-panel/xfce4-panel.sh	Wed Apr 10 20:31:00 2019 +0200
@@ -53,15 +53,14 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+		--prefix=/ \
 		--enable-gtk3 \
-		--localedir=/usr/share/locale \
-		--with-locales-dir=/usr/share/locale
+		--localedir=/share/locale \
+		--with-locales-dir=/share/locale
 	make
-	make install DESTDIR=$DESTDIR itlocaledir=/usr/share/locale
-	rm -f $DESTDIR/usr/lib/libxfce4panel-*.la
-	rm -f $DESTDIR/usr/lib/xfce4/panel/plugins/*.la
+	make install DESTDIR=$DESTDIR itlocaledir=/share/locale
+	rm -f $DESTDIR/lib/libxfce4panel-*.la
+	rm -f $DESTDIR/lib/xfce4/panel/plugins/*.la
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION