summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/debian-changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index f1a0a69..009a5c5 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -24,7 +24,7 @@ A single combined diff, containing all the changes, follows.
*)
+ if [ ! -x /usr/bin/convert ] ; then
+ printf "%s: cant convert from %s -- missing \`convert' program" "$0" "$FORMAT" >&2
-+ printf "Run \`apt-get install imagemagick' to install it" >&2
++ printf "Run \`apt install imagemagick' to install it" >&2
+ exit 1
+ fi
+