summaryrefslogtreecommitdiffstats
path: root/chat-irc/weechat/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/weechat/INSTALL')
-rwxr-xr-xchat-irc/weechat/INSTALL6
1 files changed, 1 insertions, 5 deletions
diff --git a/chat-irc/weechat/INSTALL b/chat-irc/weechat/INSTALL
index f98f33ee74..18da5fd542 100755
--- a/chat-irc/weechat/INSTALL
+++ b/chat-irc/weechat/INSTALL
@@ -1,10 +1,6 @@
if [[ $WEECHAT_CMAKE == y ]]; then
cd ${SOURCE_DIRECTORY}/build &&
- make install
+ default_install
else
default_install
-fi &&
-
-if [[ $WEECHAT_SYMLINKS == y ]]; then
- ln -s weechat-curses ${INSTALL_ROOT}/usr/bin/weechat
fi