KDE/kdenetwork/kopete/protocols/skype/skypebuttons

Alexander Neundorf neundorf at kde.org
Sun Oct 11 16:16:40 CEST 2009


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: kde-buildsystem at kde.org
>
>  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


More information about the Kde-buildsystem mailing list