mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 00:50:12 +01:00
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:
parent
85d7dc1a0f
commit
2318c0de92
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue