Tweak repology metadata script

This commit is contained in:
Fredrik Fornwall 2018-10-14 23:14:06 +02:00
parent e5805d0d19
commit 613a4c4dd8
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
set -e
check_package() { # path
# Avoid ending on errors such as `which prog`
# where prog is not installed.
set +e
local path=$1
local pkg=`basename $path`
TERMUX_PKG_MAINTAINER="Fredrik Fornwall @fornwall"