Comment 6 for bug 1005155

Revision history for this message
RalphBln (schaef) wrote :

Oh, I forgot: The next line (23, now 24) must also be changed

from:
for f in ${CMAKE_INSTALL_PREFIX}/MacOS/{imageformats,iconengines}/*.dylib; do

to:
for f in ${CMAKE_INSTALL_PREFIX}/plugins/{imageformats,iconengines}/*.dylib; do