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: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-10-07 16:00:41 +02:00
parent 55cc1fd551
commit 0201ffcd16
1 changed files with 2 additions and 1 deletions

View File

@ -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 \