nihilowy/surfer

Makefile installation not correct.

Opened this issue · 1 comments

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 4fe4be3. You can close the issue now.