From 1439ab66d50de8e18d253ad07b28415d8dda3a27 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 14 May 2025 11:47:21 +0200 Subject: [PATCH] - fixed requirements --- debianize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debianize.sh b/debianize.sh index 262d23e..90534b8 100755 --- a/debianize.sh +++ b/debianize.sh @@ -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 -- GitLab