Update build.sh
Change Message to appropriate one when inkscape is missing
This commit is contained in:
parent
8e68939171
commit
1d2ae9a1ec
2
build.sh
2
build.sh
@ -21,7 +21,7 @@ if [ ! "$(which xcursorgen 2> /dev/null)" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! "$(which inkscape 2> /dev/null)" ]; then
|
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
|
if has_command zypper; then
|
||||||
sudo zypper in inkscape
|
sudo zypper in inkscape
|
||||||
elif has_command apt; then
|
elif has_command apt; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user