~dricottone/huttese-apk

5f98174f143411ad2811ec9ccd6cb1127dcd4d47 — Drew DeVault 5 years ago 892b830
Disable progress meter for abuild-apk
1 files changed, 5 insertions(+), 0 deletions(-)

M pkgkit
M pkgkit => pkgkit +5 -0
@@ 97,6 97,11 @@ build() (
	checksum=0
	updpkgrel=0
	pkgver=""
	# Disable progress on abuild-apk
	cat <<-"EOF" | sudo tee /usr/local/bin/abuild-apk
	exec /usr/bin/abuild-apk --no-progress $@
	EOF
	export PATH=/usr/local/bin:$PATH
	while getopts Rcuv: flag
	do
		case $flag in