[gammaray] Update patch to apply cleanly

Daniel Vrátil dvratil at fedoraproject.org
Thu Jan 23 14:02:04 UTC 2014


commit 0aca9cb9654199906e6a7615f684267ac0b17c07
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jan 23 15:01:32 2014 +0100

    Update patch to apply cleanly

 gammaray-libexec-install-dir-fix.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gammaray-libexec-install-dir-fix.patch b/gammaray-libexec-install-dir-fix.patch
index c7a92dc..18356be 100644
--- a/gammaray-libexec-install-dir-fix.patch
+++ b/gammaray-libexec-install-dir-fix.patch
@@ -1,8 +1,8 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index bdffd69..b7f2bc5 100644
+index 92e1955..b8f4c52 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -259,8 +259,12 @@ if(WIN32)
+@@ -162,8 +162,12 @@ if(WIN32)
    set(PLUGIN_INSTALL_DIR "plugins")
    set(LIBEXEC_INSTALL_DIR "${BIN_INSTALL_DIR}")
  else()
@@ -15,5 +15,5 @@ index bdffd69..b7f2bc5 100644
 +    set(LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/gammaray/libexec")
 +  endif()
  endif()
- if(UNIX AND NOT APPLE)
-   set(DOC_INSTALL_DIR share/doc/gammaray/)
+ 
+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR})


More information about the scm-commits mailing list