Mercurial > emacs
changeset 48405:4cba3e758b98
(${archlibdir}): Ignore errors operating on $(gamedir).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Nov 2002 04:53:59 +0000 |
parents | cd3ad87f8d7a |
children | e670dd0e8087 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon Nov 18 04:49:27 2002 +0000 +++ b/lib-src/Makefile.in Mon Nov 18 04:53:59 2002 +0000 @@ -299,7 +299,7 @@ /* If the following commands fail, that is not a big deal. update-game-score will detect at runtime that it is not setuid, and handle things accordingly. */ - if chown ${gameuser} ${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; then \ + -if chown ${gameuser} ${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; then \ chown ${gameuser} ${gamedir}; \ chmod u=rwx,g=rwx,o=rx ${gamedir}; \ fi