--sysconfdir=/etc
This commit is contained in:
parent
e994b4b041
commit
c21df66ba1
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ PREFIX=/usr
|
|||
./configure \
|
||||
--prefix=$PREFIX \
|
||||
--mandir=$PREFIX/man \
|
||||
--libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64")
|
||||
--libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") \
|
||||
--sysconfdir=/etc
|
||||
)
|
||||
|
||||
# Building
|
||||
|
|
Loading…
Reference in a new issue