zncconfigure: just install to $HOME/.local

and assume that no one wants to install znc globally
This commit is contained in:
Aminda Suomalainen 2015-01-25 14:21:14 +02:00
parent b3451f23b6
commit 8c0f1a4e29
1 changed files with 1 additions and 2 deletions

View File

@ -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.