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

Installation path fix for UNIX systems #248

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

giuliods
Copy link

While compiling and installing Ironwail on Linux the Makefile wasn't able to create the directory and put the files in the folders correctly.

This pull request should do these things:

  • it assures to create the folder quake in the correct path. The
    folder /usr/local/games is common but not always present on every distribution and it is
    necessary to create it if not present.
  • I created a folder /usr/local/share for the pak so the files useful for
    the binary are available on the standard path rather than on games.
  • And I created a uninstall phony to remove everything.

This required some modification to the pak position in quakedef.h which are defined only
for __unix

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

Successfully merging this pull request may close these issues.

None yet

1 participant