mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
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
Reference in a new issue