Commit 0201ffcd authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

avahi: ensure locale data is installed into /usr/share, not /usr/lib



Otherwise it won't be found / target-localepurge won't remove it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 55cc1fd5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ AVAHI_CONF_ENV = ac_cv_func_strtod=yes \
		ac_cv_func_working_mktime=yes \
		jm_cv_func_working_re_compile_pattern=yes \
		ac_use_included_regex=no \
		avahi_cv_sys_cxx_works=yes
		avahi_cv_sys_cxx_works=yes \
		DATADIR=share

AVAHI_CONF_OPT = --localstatedir=/var \
		--disable-qt3 \