Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 4ceb655

Browse files
committed
Missing flags to yaourt in the release build
1 parent 0d09bb5 commit 4ceb655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$TOOLCHAIN" == "archlinux" ]; then
1616
mv /tmp/task-maker release/src/task-maker
1717
cd release
1818
source PKGBUILD
19-
yaourt -S ${makedepends[*]}
19+
yaourt --needed --noconfirm -S ${makedepends[*]}
2020
makepkg -e
2121
mv $(find -name "*.tar.xz") ../${RELEASE_FILE}
2222
elif [ "$TOOLCHAIN" == "osx" ]; then

0 commit comments

Comments
 (0)