surfer
surfer copied to clipboard
Makefile installation not correct.
installation with make is set to install to $(DESDIR)/usr/...
this makes it so that i cant install to /usr/local because if i set DESTDIR=/usr/local , then it will install to /usr/local/usr/bin/surfer.
simply removing the /usr from the installation locations would allow it to work.
adding DESTDIR := $(if $(DESTDIR),$(DESTDIR),/usr) would allow the same default install location.
This issue has been fixed already in Jul 16, 2022 by 4fe4be3408cc3001a9c8ecf90a15e7fc17e7023f. You can close the issue now.