[rkward] [Bug 393195] translations are not installed
Wolfgang Bauer
bugzilla_noreply at kde.org
Mon Apr 16 19:27:34 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=393195
--- Comment #3 from Wolfgang Bauer <wbauer at tmo.at> ---
(In reply to Thomas Friedrichsmeier from comment #2)
> For the record, the real culprit is the quotes I added about ${_gmoFile} one
> commit later in
> https://cgit.kde.org/rkward.git/commit/i18n/CMakeLists.txt?h=releases/0.7.
> 0&id=68b9fba32fd510203ded51dcb73553ecad7523ba .
That's what I tried to revert first, but it didn't help.
Only removing the added IF(EXISTS ...) fixes it here.
I'm not a cmake expert, but I assume the .gmo will only be created after the
IF, so the INSTALL is never executed...
Another possible fix may be to use execute_process() instead of
add_custom_command(), I think.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the rkward-devel
mailing list