Tweak repology metadata script
This commit is contained in:
parent
e5805d0d19
commit
613a4c4dd8
@ -3,6 +3,10 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
check_package() { # path
|
check_package() { # path
|
||||||
|
# Avoid ending on errors such as `which prog`
|
||||||
|
# where prog is not installed.
|
||||||
|
set +e
|
||||||
|
|
||||||
local path=$1
|
local path=$1
|
||||||
local pkg=`basename $path`
|
local pkg=`basename $path`
|
||||||
TERMUX_PKG_MAINTAINER="Fredrik Fornwall @fornwall"
|
TERMUX_PKG_MAINTAINER="Fredrik Fornwall @fornwall"
|
||||||
|
Loading…
Reference in New Issue
Block a user