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: [Makefile] make sure that filenames in the tarball are as OpenTTD expects #24

Merged
merged 1 commit into from Feb 23, 2020

Conversation

TrueBrain
Copy link
Member

It looks for readme.txt, license.txt and changelog.txt by name. So
no matter how we call it in the repository, make sure it matches
with the expectation in the tarball.

Fixes #22

…D expects

It looks for readme.txt, license.txt and changelog.txt by name. So
no matter how we call it in the repository, make sure it matches
with the expectation in the tarball.
@TrueBrain TrueBrain merged commit d884385 into OpenTTD:master Feb 23, 2020
@TrueBrain TrueBrain deleted the tarball branch February 23, 2020 08:20
matthijskooijman added a commit to matthijskooijman/OpenGFX that referenced this pull request May 12, 2020
It looks for readme.txt, license.txt and changelog.txt by name. So no matter
how we call it in the repository, make sure it matches with the expectation
in the installed directory.

This fix was already applied for the tarball in PR OpenTTD#24, but that missed
the filenames used when installing into the filesystem directly. See
also issue OpenTTD#22.
LordAro pushed a commit that referenced this pull request Jan 1, 2021
It looks for readme.txt, license.txt and changelog.txt by name. So no matter
how we call it in the repository, make sure it matches with the expectation
in the installed directory.

This fix was already applied for the tarball in PR #24, but that missed
the filenames used when installing into the filesystem directly. See
also issue #22.
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.

OpenTTD (ingame) can only show readme.txt, which no longer exists
2 participants