KDE/kdenetwork/kopete/protocols/skype/skypebuttons

Michael Jansen kde at michael-jansen.biz
Fri Oct 9 15:08:38 CEST 2009


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: 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 )
 	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 )
 


More information about the Kde-buildsystem mailing list