M Makefile => Makefile +3 -3
@@ 1,8 1,8 @@
# Install to /usr unless otherwise specified, such as `make PREFIX=/app`
-PREFIX=/usr
+PREFIX=/usr/local
# What to run to install various files
-INSTALL=install -D
+INSTALL=ginstall -D -vvv
# Run to install the actual binary
INSTALL_PROGRAM=$(INSTALL)
# Run to install application data, with differing permissions
@@ 30,7 30,7 @@ install : target/release/castor install-data
install-data : copy-data
# Force icon cache refresh
touch $(sharedir)/icons/hicolor
- update-desktop-database
+ # update-desktop-database
# Just copy the data files, without updating caches
copy-data :
M README.md => README.md +1 -1
@@ 53,7 53,7 @@ You will need some development libraries:
### Building on MacOS
-See instructions [here](https://tcp.rip/text/misc/install-castor.txt.html)
+See instructions [here](https://paste.sr.ht/~exprez135/c35bcd0c4d370517c5deb129ad5813642d19e5df)
### Building on Windows