mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build-style/waf3: set config dir to /etc
This commit is contained in:
parent
c22acb3072
commit
ca4ee9b002
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ do_configure() {
|
||||||
|
|
||||||
PYTHON=/usr/bin/python3 python3 ${configure_script} configure \
|
PYTHON=/usr/bin/python3 python3 ${configure_script} configure \
|
||||||
--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
|
--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE} \
|
||||||
|
--configdir=/etc \
|
||||||
${configure_args} ${cross_args}
|
${configure_args} ${cross_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue