Mercurial > emacs
diff lib-src/Makefile.in @ 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 | fb6393f7b62a |
| children | 5244fe6986a7 |
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
