From 1d2ae9a1ec9bf38bad7ee30a42da75c81311a6cf Mon Sep 17 00:00:00 2001 From: Julian Strecker Date: Wed, 10 Feb 2021 08:53:32 +0100 Subject: [PATCH] Update build.sh Change Message to appropriate one when inkscape is missing --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3e3dd35..2c73f14 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ if [ ! "$(which xcursorgen 2> /dev/null)" ]; then fi if [ ! "$(which inkscape 2> /dev/null)" ]; then - echo xorg-xcursorgen needs to be installed to generate the cursors. + echo inkscape needs to be installed to generate the cursors. if has_command zypper; then sudo zypper in inkscape elif has_command apt; then