travis/build.sh: fix xbps-src opts for ethereal.
This commit is contained in:
parent
958e3ead5d
commit
ebb1ff140a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ "$1" != "$2" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure `base-chroot` is really up-to-date
|
# 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))
|
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue