Added new var "build_wrksrc" for use in templates.
This var sets a relative path to $wrksrc that is used to configure/build/install a package. --HG-- extra : convert_revision : 690f4d435f3d4e6a9228f7f5f09ecf8b490a273a
This commit is contained in:
parent
dd01fbf43c
commit
9b74f9ebc8
4 changed files with 7 additions and 3 deletions
|
@ -68,7 +68,8 @@ configure_src_phase()
|
|||
|
||||
[ -z "$configure_script" ] && configure_script="./configure"
|
||||
|
||||
cd $wrksrc || exit 1
|
||||
cd $wrksrc || return 1
|
||||
[ -n "$build_wrksrc" ] && cd $build_wrksrc || return 1
|
||||
|
||||
. $XBPS_SHUTILSDIR/buildvars_funcs.sh
|
||||
set_build_vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue