From 8c0f1a4e291f1ad0aacf43ee82b4531b2f2bd9ef Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 Jan 2015 14:21:14 +0200 Subject: [PATCH] zncconfigure: just install to $HOME/.local and assume that no one wants to install znc globally --- bash/zncconfigure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bash/zncconfigure b/bash/zncconfigure index 99118b5..f5c3da4 100755 --- a/bash/zncconfigure +++ b/bash/zncconfigure @@ -19,6 +19,5 @@ git submodule update --init --recursive ./autogen.sh mkdir -p build cd build -../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus -#--prefix=$HOME/.local +../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus --prefix=$HOME/.local # and here you run "make -j$(nproc)" while you are in the build/ directory.