xbps-src: set --localstatedir=/var for gnu_configure tmpls.
This commit is contained in:
parent
3eeb779e1b
commit
2afbf25891
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
# to GNU configure scripts.
|
||||
#
|
||||
export CONFIGURE_SHARED_ARGS="--prefix=/usr --sysconfdir=/etc \
|
||||
--infodir=/usr/share/info --mandir=/usr/share/man"
|
||||
--infodir=/usr/share/info --mandir=/usr/share/man \
|
||||
--localstatedir=/var"
|
||||
|
||||
do_gnu_configure()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue