summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-07 09:32:37 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-07 09:32:37 +0200
commite5de0cd0e89d35a6e7be03da6e756c2396701a1b (patch)
tree5b858b0194bba2fe658dcb291042506001b9f548 /src
parentda66a343b3779bb1677525d32b74a2058f0a2e5f (diff)
downloadweechat-e5de0cd0e89d35a6e7be03da6e756c2396701a1b.zip
core: fix typo in comment for creation of symbolic link "weechat-curses"
Diffstat (limited to 'src')
-rw-r--r--src/gui/curses/CMakeLists.txt2
-rw-r--r--src/gui/curses/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt
index bc29bb740..994b9bc8c 100644
--- a/src/gui/curses/CMakeLists.txt
+++ b/src/gui/curses/CMakeLists.txt
@@ -78,7 +78,7 @@ TARGET_LINK_LIBRARIES(${EXECUTABLE} ${STATIC_LIBS} ${EXTRA_LIBS} ${STATIC_LIBS})
INSTALL(TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin)
-# Create a symbolic link weechat -> weechat-curses
+# Create a symbolic link weechat-curses -> weechat
# This link is created for compatibility with old versions on /upgrade.
# It may be removed in future.
INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E remove -f \"\$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/weechat-curses${CMAKE_EXECUTABLE_SUFFIX}\")")
diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am
index 566356de6..78cff7f67 100644
--- a/src/gui/curses/Makefile.am
+++ b/src/gui/curses/Makefile.am
@@ -46,7 +46,7 @@ weechat_SOURCES = gui-curses-bar-window.c \
EXTRA_DIST = CMakeLists.txt
-# Create a symbolic link weechat -> weechat-curses
+# Create a symbolic link weechat-curses -> weechat
# This link is created for compatibility with old versions on /upgrade.
# It may be removed in future.
install-exec-hook: