diff xfce/xfdesktop/xfdesktop.sh @ 441:a2066bb49b5f

xfce/xfdesktop: fix locale directory
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 12:17:36 +0200
parents 14f6453cca40
children ca639101cecc
line wrap: on
line diff
--- a/xfce/xfdesktop/xfdesktop.sh	Fri Apr 05 12:31:55 2019 +0200
+++ b/xfce/xfdesktop/xfdesktop.sh	Fri Apr 05 12:17:36 2019 +0200
@@ -51,7 +51,9 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr
+		--prefix=/usr \
+		--localedir=/usr/share/locale \
+		--with-locales-dir=/usr/share/locale
 	make
 	make install DESTDIR=$DESTDIR