OpenTTD / OpenMSX

Music Base Set for OpenTTD
GNU General Public License v2.0
22 stars 12 forks source link

Fix install location of 'make install' #20

Closed Wuzzy2 closed 3 years ago

Wuzzy2 commented 3 years ago

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 commented 3 years ago

I have done the following fixes:

Please test. ;-)

FLHerne commented 3 years ago

Tested (on Linux), looks fine.