diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-11-24 21:51:50 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-11-24 21:51:50 +0100 |
commit | eb2260d49c0fcf469d8b3fc09161788b3c04ae5d (patch) | |
tree | f51c0b87183a850af0eeb36b4b2e5fb121168d88 /sci-libs/indilib | |
parent | 23640a80ef33cb835a18d7721b106a8e4f95e3d8 (diff) | |
download | brancik-overlay-eb2260d49c0fcf469d8b3fc09161788b3c04ae5d.tar.gz brancik-overlay-eb2260d49c0fcf469d8b3fc09161788b3c04ae5d.tar.bz2 |
Fix errors in patch for sci-libs/indilib
Diffstat (limited to 'sci-libs/indilib')
-rw-r--r-- | sci-libs/indilib/files/indilib-1.1.0-symlinks.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/indilib/files/indilib-1.1.0-symlinks.patch b/sci-libs/indilib/files/indilib-1.1.0-symlinks.patch index 26925e2..b67bf8b 100644 --- a/sci-libs/indilib/files/indilib-1.1.0-symlinks.patch +++ b/sci-libs/indilib/files/indilib-1.1.0-symlinks.patch @@ -1,5 +1,5 @@ --- CMakeLists.txt 2015-09-06 15:17:35.000000000 +0200 -+++ CMakeLists.txt.new 2015-11-24 21:42:29.563926775 +0100 ++++ CMakeLists.txt.new 2015-11-24 21:51:38.497142993 +0100 @@ -262,16 +262,11 @@ install(TARGETS indi_lx200generic RUNTIME DESTINATION bin )
@@ -14,11 +14,11 @@ -exec_program(\"${CMAKE_COMMAND}\" ARGS -E create_symlink ${BIN_INSTALL_DIR}/indi_lx200generic \$ENV{DESTDIR}${BIN_INSTALL_DIR}/indi_lx200fs2)\n
-")
-set_target_properties(indi_lx200generic PROPERTIES POST_INSTALL_SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/make_lx200generic_symlink.cmake)
-++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic\" )" )
-++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar\" )" )
-++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16\" )" )
-++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx20gps\" )" )
-++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200classic\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200autostar\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200_16\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx20gps\" )" )
++install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink \"${BIN_INSTALL_DIR}/indi_lx200generic\" \"\$ENV{DESTDIR}/${BUILD_ROOT}${BIN_INSTALL_DIR}/indi_lx200ap\" )" )
#################################################################################
########### Celestron GPS ############
|