Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d231fce7dbafe1d16a594d920239f8afcb20d0c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d231fce7dbafe1d16a594d920239f8afcb20d0c7)
  • Date: Fri, 30 Apr 2010 20:41:25 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

chat-irc/weechat/HISTORY | 1 +
chat-irc/weechat/INSTALL | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d231fce7dbafe1d16a594d920239f8afcb20d0c7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

weechat: symlink weechat -> weechat-curses

diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 9238b3f..98db8e2 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,6 +1,7 @@
2010-04-30 Ismael Luceno <ismael AT 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 AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/chat-irc/weechat/INSTALL b/chat-irc/weechat/INSTALL
index 97dd358..cf5d641 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




Archive powered by MHonArc 2.6.24.

Top of Page