Revert "xbps-src: do not propagate -H into XBPS_OPTIONS; the hostdir has a fixed path in the chroot."
This reverts commit f682eb7ec6
.
This commit is contained in:
parent
f682eb7ec6
commit
d90a622a2b
2
xbps-src
2
xbps-src
|
@ -323,7 +323,7 @@ while getopts "a:CfgGhH:Ij:Lm:No:r:V" opt; do
|
|||
f) readonly XBPS_BUILD_FORCEMODE=1; XBPS_OPTIONS+="-f ";;
|
||||
G) readonly XBPS_USE_GIT_REVS=1; XBPS_OPTIONS+="-G ";;
|
||||
g) readonly XBPS_DEBUG_PKGS=1; XBPS_OPTIONS+="-g ";;
|
||||
H) readonly XBPS_HOSTDIR="$(readlink -m $OPTARG 2>/dev/null)";;
|
||||
H) readonly XBPS_HOSTDIR="$(readlink -m $OPTARG 2>/dev/null)"; XBPS_OPTIONS+="-H $XBPS_HOSTDIR ";;
|
||||
h) usage && exit 0;;
|
||||
I) readonly XBPS_SKIP_DEPS=1; XBPS_OPTIONS+="-I ";;
|
||||
j) readonly XBPS_MAKEJOBS="$OPTARG"; XBPS_OPTIONS+="-j $OPTARG ";;
|
||||
|
|
Loading…
Reference in New Issue