xbps-src: move CONFIGURE_SHARED_ARGS to the correct place.
This commit is contained in:
parent
0dac21fac9
commit
a9ffecce43
2 changed files with 3 additions and 4 deletions
|
@ -27,6 +27,9 @@
|
|||
# Runs the "configure" phase for a pkg. This setups the Makefiles or any
|
||||
# other stuff required to be able to build binaries or such.
|
||||
#
|
||||
export CONFIGURE_SHARED_ARGS="--prefix=/usr --sysconfdir=/etc \
|
||||
--infodir=/usr/share/info --mandir=/usr/share/man \
|
||||
--localstatedir=/var"
|
||||
|
||||
configure_src_phase()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue