libproxy/libproxy-libexecpath.patch
Magnus Boman 58268180f7 Accepting request 33619 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/libproxy via accept of submit request 33619 revision 12.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/33619
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=34
2010-02-28 08:16:33 +00:00

14 lines
476 B
Diff

Index: libproxy-0.4.0/CMakeLists.txt
===================================================================
--- libproxy-0.4.0.orig/CMakeLists.txt
+++ libproxy-0.4.0/CMakeLists.txt
@@ -38,7 +38,7 @@ if(${WIN32})
else()
set(rlibdir lib${LIB_SUFFIX}/)
set(rmoduledir ${rlibdir}/${CMAKE_PROJECT_NAME}/${CMAKE_PROJECT_VERSION}/modules/)
- set(rlibexecdir libexec/)
+ set(rlibexecdir lib/${CMAKE_PROJECT_NAME})
set(rbindir bin/)
set(rincludedir include/)
endif()