]> git.ipfire.org Git - thirdparty/automake.git/commit
dist: more forcefully deal with mode 0 directories created by tests. v1.16i
authorkarl <karl@mist.freefriends.org.(none)>
Sun, 17 Dec 2023 16:42:35 +0000 (08:42 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 17 Dec 2023 16:42:35 +0000 (08:42 -0800)
commit31a4eb47a80942f88f5342edccb1ca7e7cc34881
tree4adea55e786a11179e55aa21afdab6a773b28c26
parent5c8dce802376c4a0d289fff414572d518d743556
dist: more forcefully deal with mode 0 directories created by tests.

From https://bugs.gnu.org/67868.

* lib/am/distdir.am (am__remove_distdir): make directories
readable and searchable, not just writable. (Also typo.)
* t/local.mk (clean-local-check): ensure directories are
at least mode 700
* t/uninstall-fail.sh: restore reasonable permissions of
the mode 0 $inst/share directory at the end.
lib/am/distdir.am
t/local.mk
t/uninstall-fail.sh