Skip to content
Snippets Groups Projects
Commit 1439ab66 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed requirements

parent 2ae40016
Branches
No related tags found
No related merge requests found
Pipeline #10490 failed
......@@ -46,7 +46,7 @@ PKG_NAME="significant-properties-slubarchive"
SCRIPTPATH="$( dirname "$( realpath "$0" )" )"
# list external required binaries here (space separated)
REQUIREMENTS="help2man man gzip make dpkg curl p7zip alien tar dh_make"
REQUIREMENTS="help2man man gzip make dpkg p7zip tar dh_make"
for REQUIREMENT in ${REQUIREMENTS}; do
command -v "${REQUIREMENT}" >/dev/null 2>&1 || { echo >&2 "${ERROR} '${REQUIREMENT}' required but not installed. Aborting."; exit 1; }
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment