Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile installation not correct. #33

Open
kuroikaryuu opened this issue Jun 29, 2022 · 1 comment
Open

Makefile installation not correct. #33

kuroikaryuu opened this issue Jun 29, 2022 · 1 comment

Comments

@kuroikaryuu
Copy link

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.

@RadoslavL
Copy link

RadoslavL commented Oct 27, 2023

This issue has been fixed already in Jul 16, 2022 by 4fe4be3. You can close the issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants