File tulip-lib64-install.patch of Package tulip

Index: tulip-3.3.1/CMakeLists.txt
===================================================================
--- tulip-3.3.1.orig/CMakeLists.txt
+++ tulip-3.3.1/CMakeLists.txt
@@ -95,11 +95,17 @@ SET(TulipPluginsManagerInclude ${PROJECT
 ## -----------------------------------------------------------------------------------------------
 ## Install paths
 ## -----------------------------------------------------------------------------------------------
+# Library
+IF (CMAKE_SIZEOF_VOID_P MATCHES "8")
+  SET(TulipLibInstallDir /lib64/)
+ELSE(CMAKE_SIZEOF_VOID_P MATCHES "8")
 SET(TulipLibInstallDir /lib/)
+ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
+
 SET(TulipBinInstallDir /bin/)
 SET(TulipIncludeInstallDir /include/)
 SET(TulipShareInstallDir /share/)
-SET(TulipBitmapInstallDir /lib/tlp/bitmaps/)
+SET(TulipBitmapInstallDir /share/tulip/bitmaps/)
 
 ## -----------------------------------------------------------------------------------------------
 ## Set UseTulip file name
openSUSE Build Service is sponsored by