mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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
|
||||
|
||||
# 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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue