xbps-src: do not append to make_install_args, to make overrides possible.

Thanks @chneukirchen
This commit is contained in:
Juan RP 2015-02-19 16:38:30 +01:00
parent a166be8465
commit a762a716be
8 changed files with 9 additions and 24 deletions

View file

@ -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}
}