~dricottone/huttese-apk

44a5af69f61474fee639a00576ea800911edd9a3 — Drew DeVault 5 years ago 5f98174
Make abuild-apk shim executable
1 files changed, 2 insertions(+), 0 deletions(-)

M pkgkit
M pkgkit => pkgkit +2 -0
@@ 99,8 99,10 @@ build() (
	pkgver=""
	# Disable progress on abuild-apk
	cat <<-"EOF" | sudo tee /usr/local/bin/abuild-apk
	#!/bin/sh
	exec /usr/bin/abuild-apk --no-progress $@
	EOF
	sudo chmod +x /usr/local/bin/abuild-apk
	export PATH=/usr/local/bin:$PATH
	while getopts Rcuv: flag
	do