common/travis: remove need for -C flag for xbps-src

This commit is contained in:
John 2018-05-21 16:04:22 +02:00 committed by Enno Boland
parent 77658ba6e9
commit 05099ab0e0
3 changed files with 5 additions and 7 deletions

View file

@ -11,7 +11,7 @@ fi
PKGS=$(./xbps-src sort-dependencies $(cat /tmp/templates))
for pkg in ${PKGS}; do
./xbps-src -H $HOME/hostdir $arch -C pkg "$pkg"
./xbps-src -H $HOME/hostdir $arch pkg "$pkg"
[ $? -eq 1 ] && exit 1
done