xbps-src: do not append to make_install_args, to make overrides possible.
Thanks @chneukirchen
This commit is contained in:
parent
a166be8465
commit
a762a716be
8 changed files with 9 additions and 24 deletions
|
@ -10,7 +10,5 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
make_install_args+=" --destdir=$DESTDIR"
|
||||
|
||||
PYTHON=python3 python3 waf install ${make_install_args}
|
||||
PYTHON=python3 python3 waf install --destdir=${DESTDIR} ${make_install_args}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue