deb packaging with CPack broken after r2779

• Feb 26, 2010 - 22:44

Not a big issue, but since the checkin of Indonesian language in r2779 deb packaging with CPack fails due to missing mscore/share/locale/mscore_id.qm as referenced in mscore/share/locale/CMakeLists.txt at line 37.

Though it is trivial to patch mscore/share/locale/CMakeLists.txt privatly not to care about mscore_id.qm, an official fix would be nice.


Comments

You are not building MuseScore from scratch I guess. Nothing is broken.
When a new language is added you need to go to build directory and run lrelease to generate the qm file.
cd build
make lrelease

Or build from scratch, but I guess you don't want that.

Do you still have an unanswered question? Please log in first to post your question.