oreo-cursors
oreo-cursors copied to clipboard
Installation issue
When I execute "make build" the command fails and I get messages showing the directories are incorrect.
Example:
** (org.inkscape.Inkscape:9945): WARNING **: 21:48:43.155: Can't open file: /home/steve/src/oreo_black_cursors/alias.svg (doesn't exist)
The correct path should be /home/steve/oreo-cursors/src/oreo_black_cursors/alias.svg which does exist.
I'm running the command "make build" from /home/steve/oreo-cursors. I've tried looking into build.sh but my bash skills aren't strong enough to spot the issue. I have established that the variable SCRIPT_DIR is resolving to '.' so relative addressing is being used.
I'm running ubuntu budgie version 10.6.1 on Ubuntu 22.04.1 LTS. My bash version is GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu).
Any help appreciated...