|
* hash-bang lines in grosciteco.tes and tedoc.tes are fixed up
at build time instead of install-time (via install-exec-hook).
* This will hopefully resolve problems with the FreeBSD port,
since Poudriere installs the package as non-root but with BINMODE=555.
The alternative would have been to set BINMODE=755 in the port which may not
be acceptible by the official port committer.
Anyway, I decided to go out of the way of any conflicts.
See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?format=multiple&id=283601
* On the downside, this will break install-path overrides at install-time
(e.g. `make install bindir=...`).
|