Reply To cazfi
master no longer needs stub.serv, but data/Makefile.am there seems to do the same omission with stub.modpack.
Actually it needs both (.serv & .modpack) in case of stub ruleset.
- New version for S3_1, where the file added to SRV_RE_FILES was not automatically added also to EXTRA_DIST. Changed EXTRA_DIST to contain all of SRV_RE_FILES instead of each and every member separately.
Actually I've been approaching this wrong way altogether. We've intentionally left stub.serv (and .modpack) out from the release, so that it would not appear in the ruleset list of a release build client. The bug is that meson build tries to make it available.
Reply To cazfi
The bug is that meson build tries to make it available.
Largely untested patches attached.
- New master version where also the stub.modpack change in meson.build
Mason build from a S3_1 tarball fails with: "ERROR: File data/stub.serv does not exist."
master no longer needs stub.serv, but data/Makefile.am there seems to do the same omission with stub.modpack.