changeset 441:a2066bb49b5f

xfce/xfdesktop: fix locale directory
author David Demelier <markand@malikania.fr>
date Fri, 05 Apr 2019 12:17:36 +0200
parents 5298f6a3f180
children 70d31f15de7a
files xfce/xfdesktop/xfdesktop.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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