patches/libopensync-01-prefix.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 624 3dd6b059ddf2
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
624
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     1
--- cmake/OpenSyncPlatforms.cmake.orig	2007-11-05 16:50:53.865960000 +0800
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     2
+++ cmake/OpenSyncPlatforms.cmake	2007-11-05 16:51:22.728217000 +0800
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     3
@@ -5,6 +5,7 @@
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     4
 SET( LIB_SUFFIX "" CACHE STRING "The library directory suffix. 32bit empty string, 64 for 64bit." )
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     5
 
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     6
 IF (NOT WIN32)
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     7
+	SET( CMAKE_INSTALL_PREFIX "/usr" )
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     8
 	SET( LIB_INSTALL_DIR  "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}" )
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
     9
 	SET( LIBEXEC_INSTALL_DIR  "${CMAKE_INSTALL_PREFIX}/libexec" )
3dd6b059ddf2 * SFElibopensync.spec: add some files into the package.
jerryyu
parents:
diff changeset
    10
 	SET( BIN_INSTALL_DIR  "${CMAKE_INSTALL_PREFIX}/bin" )