From 2318c0de9291b9dcf9e720a2e5041266449dfd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Tue, 22 Sep 2015 12:50:55 +0200 Subject: [PATCH] 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 --- contrib/fedora/rpm/NetworkManager.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index d484c1f510..65f27cc82a 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -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 \