contrib/rpm: fix creating proper po/Makefile.in.in (rh #1265117)

Without that DATADIRNAME was not present in po/Makefile.in.in
and it resulted in /usr/\@DATADIRNAME\@/locale/cs/LC_MESSAGES/ path instead of
/usr/share/locale/cs/LC_MESSAGES/.

https://bugzilla.redhat.com/show_bug.cgi?id=1265117
This commit is contained in:
Jiří Klimeš 2015-09-22 12:50:55 +02:00
parent 85d7dc1a0f
commit 2318c0de92

View file

@ -343,8 +343,8 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
cp -R docs ORIG-docs
%endif
#autopoint --force
#intltoolize --force
autopoint --force
intltoolize --automake --copy --force
%configure \
--disable-static \
--with-dhclient=yes \