summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2010-04-30 22:38:46 -0300
committerIsmael Luceno2010-04-30 22:38:46 -0300
commitd231fce7dbafe1d16a594d920239f8afcb20d0c7 (patch)
treed3cbb407949c259288401988b85555a0eca07613
parent0ac242b36bd72c5dc255e0ff62bc9468c87ee099 (diff)
weechat: symlink weechat -> weechat-curses
-rw-r--r--chat-irc/weechat/HISTORY1
-rwxr-xr-xchat-irc/weechat/INSTALL3
2 files changed, 3 insertions, 1 deletions
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 9238b3ff77..98db8e2d9e 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,6 +1,7 @@
2010-04-30 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated to 0.3.2
+ * INSTALL: symlink weechat -> weechat-curses
2010-02-25 Remko van der Vossen <wich@sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/chat-irc/weechat/INSTALL b/chat-irc/weechat/INSTALL
index 97dd35851a..cf5d6416a3 100755
--- a/chat-irc/weechat/INSTALL
+++ b/chat-irc/weechat/INSTALL
@@ -3,4 +3,5 @@ if [ "$DEV_CMAKE" == "y" ]; then
make install
else
default_install
-fi
+fi &&
+ln -s weechat-curses ${INSTALL_ROOT}/usr/bin/weechat