diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:53:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-11-18 04:53:59 +0000 |
commit | d17b3095e93b20a52a86518481f2142d1c4586fb (patch) | |
tree | 0793be77bdb39202ff04e4ea9a4d2405b40a86a6 /lib-src | |
parent | 5a65439ecc5d540ba5a3e8e8677c9cae9a5e30af (diff) | |
download | emacs-d17b3095e93b20a52a86518481f2142d1c4586fb.tar.gz |
(${archlibdir}): Ignore errors operating on $(gamedir).
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7e39423af4b..7f9f215a389 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -299,7 +299,7 @@ ${archlibdir}: all /* 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 |