diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 21:09:15 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 21:09:15 +0100 |
commit | 8ac8c3aec8fc7e0c6f07b22ddd47ce5bea4bb66d (patch) | |
tree | 02d6e8471260fddf4a4f2462b56154aa57be9e26 /sci-libs/libqhy | |
parent | a0fd8db9f826e43f8e3d56c861676cedf2c0539a (diff) | |
download | brancik-overlay-8ac8c3aec8fc7e0c6f07b22ddd47ce5bea4bb66d.tar.gz brancik-overlay-8ac8c3aec8fc7e0c6f07b22ddd47ce5bea4bb66d.tar.bz2 |
Fix typo in patch for sci-libs/libqhy.
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r-- | sci-libs/libqhy/files/libqhy-1.0.0_fix_cmake_symlinks.patch | 12 |
1 files changed, 6 insertions, 6 deletions
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})"
)
|