travis/build.sh: fix xbps-src opts for ethereal.

This commit is contained in:
Juan RP 2020-01-01 12:29:25 +01:00
parent 958e3ead5d
commit ebb1ff140a

View file

@ -7,7 +7,7 @@ if [ "$1" != "$2" ]; then
fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -Ntf pkg base-chroot
/hostrepo/xbps-src -f pkg base-chroot
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))