SVN commit 1033094 by mjansen: Follow LIB_SUFFIX when installing the mozilla plugin. I have no idea if
/usr/local/netscape ~/.mozilla/plugins have to be adjusted to LIB_SUFFIX somehow. CCMAIL: [email protected] M +2 -2 CMakeLists.txt --- trunk/KDE/kdenetwork/kopete/protocols/skype/skypebuttons/CMakeLists.txt #1033093:1033094 @@ -30,13 +30,13 @@ set( MOZPLUGIN_INSTALL_DIR $ENV{HOME}/.mozilla/plugins ) endif( IS_HOME AND NOT IS_USR AND NOT IS_LOCAL ) if( NOT IS_HOME AND IS_USR AND NOT IS_LOCAL ) - set( MOZPLUGIN_INSTALL_DIR /usr/lib/mozilla/plugins ) + set( MOZPLUGIN_INSTALL_DIR /usr/lib${LIB_SUFFIX}/mozilla/plugins ) endif( NOT IS_HOME AND IS_USR AND NOT IS_LOCAL ) if( NOT IS_HOME AND NOT IS_USR AND IS_LOCAL ) set( MOZPLUGIN_INSTALL_DIR /usr/local/netscape/plugins ) endif( NOT IS_HOME AND NOT IS_USR AND IS_LOCAL ) if( NOT IS_HOME AND NOT IS_USR AND NOT IS_LOCAL ) - set( MOZPLUGIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib/mozilla/plugins ) + set( MOZPLUGIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/mozilla/plugins ) endif( NOT IS_HOME AND NOT IS_USR AND NOT IS_LOCAL ) endif( NOT MOZPLUGIN_INSTALL_DIR ) _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
