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

Fix install location of 'make install' #20

Merged
merged 1 commit into from Apr 7, 2021

Conversation

Wuzzy2
Copy link
Contributor

@Wuzzy2 Wuzzy2 commented Apr 2, 2021

I noticed the 'make install' command was broken.
The first mistake was the incorrect install location (newgrf instead of baseset)
The second mistake was that the .tar file is copied, but OpenTTD does not support playing music from a .tar (it must be extracted).

I fixed the first mistake by changing the target dir.
I fixed the 2nd mistake by installing the directory itself instead of the .tar file.

@Wuzzy2
Copy link
Contributor Author

Wuzzy2 commented Apr 2, 2021

I have done the following fixes:

  • Target directory is moved to baseset/openmsx
  • Fix commit name

Please test. ;-)

@FLHerne
Copy link

FLHerne commented Apr 7, 2021

Tested (on Linux), looks fine.

@LordAro LordAro merged commit 8c4a1cc into OpenTTD:master Apr 7, 2021
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

3 participants