From 8ac8c3aec8fc7e0c6f07b22ddd47ce5bea4bb66d Mon Sep 17 00:00:00 2001 From: Ctibor Date: Wed, 18 Feb 2015 21:09:15 +0100 Subject: Fix typo in patch for sci-libs/libqhy. --- sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sci-libs/libqhy/files') diff --git a/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch b/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch index ae6d19f..0cca41b 100644 --- a/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch +++ b/sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch @@ -1,6 +1,6 @@ ---- libindi_3rdparty/libqhy/CMakeLists.txt 2015-02-15 09:56:34.000000000 +0100 -+++ libindi_3rdparty.new/libqhy/CMakeLists.txt 2015-02-18 20:45:54.098288860 +0100 -@@ -21,10 +21,8 @@ +--- libindi_3rdparty/libqhy/CMakeLists.txt 2015-02-15 09:56:34.000000000 +0100 ++++ libindi_3rdparty.new/libqhy/CMakeLists.txt 2015-02-18 20:45:54.098288860 +0100 +@@ -21,10 +21,8 @@ ENDIF(UNIX AND NOT WIN32 AND NOT APPLE) # Make sure symbolic links are installed @@ -8,12 +8,12 @@ -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_VERSION} ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION})\n -exec_program(${CMAKE_COMMAND} ARGS -E create_symlink ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION} ${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so)\n -") -+install(CODE "exec_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_VERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" )" ) -+install(CODE "exec_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so)\" )" ) ++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_VERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" )" ) ++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so.${LIBQHY_SOVERSION}\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${LIB_INSTALL_DIR}${LIB_POSTFIX}/libqhy.so)\" )" ) install(FILES qhyccd.h qhyccdcamdef.h qhyccderr.h qhyccdstruct.h DESTINATION include/libqhy) install(FILES ${CMAKE_BINARY_DIR}/libqhy.so.${LIBQHY_VERSION} DESTINATION ${LIB_INSTALL_DIR}${LIB_POSTFIX}) -@@ -35,6 +33,3 @@ +@@ -35,6 +33,3 @@ file(INSTALL DESTINATION ${FIRMWARE_INSTALL_DIR} TYPE FILE FILES \${QHY_FIRMWARE})" ) -- cgit v1.2.3