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

xfce: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:31:00 +0200
parents a2066bb49b5f
children bad483aace64
line wrap: on
line diff
--- a/xfce/xfdesktop/xfdesktop.sh	Wed Apr 10 20:30:00 2019 +0200
+++ b/xfce/xfdesktop/xfdesktop.sh	Wed Apr 10 20:31:00 2019 +0200
@@ -51,9 +51,9 @@
 	./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