summaryrefslogtreecommitdiffstats
path: root/chat-irc/weechat/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/weechat/BUILD')
-rwxr-xr-xchat-irc/weechat/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat-irc/weechat/BUILD b/chat-irc/weechat/BUILD
index 7eb84d045f..b1ab74947e 100755
--- a/chat-irc/weechat/BUILD
+++ b/chat-irc/weechat/BUILD
@@ -1,19 +1,19 @@
-if [ "$DEV_DEBUG" == "y" ]; then
- if [ "$DEV_DEBUG_FULL" == "y" ]; then
+if [[ $WEECHAT_DEBUG == y ]]; then
+ if [[ $WEECHAT_DEBUG_FULL == y ]]; then
OPTS="$OPTS --with-debug=2"
else
OPTS="$OPTS --with-debug=1"
fi
fi &&
-if [ "$DEV_CMAKE" == "y" ]; then
+if [[ $WEECHAT_CMAKE == y ]]; then
cd $SOURCE_DIRECTORY &&
mkdir build &&
cd build &&
cmake .. -DPREFIX=/usr &&
make
else
- if [ "$WEECHAT_DEVEL_CVS" == "y" ]; then
+ if [[ $WEECHAT_BRANCH == scm ]]; then
./autogen.sh
fi &&
default_build