On Friday 09 October 2009, Michael Jansen wrote: > 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.
No idea either. Maybe some browser experts (instead of buildsystem guys) know more ? > 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 ) Alex _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
