diff options
| author | Richard M. Stallman | 2002-11-18 04:53:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-18 04:53:59 +0000 |
| commit | d17b3095e93b20a52a86518481f2142d1c4586fb (patch) | |
| tree | 0793be77bdb39202ff04e4ea9a4d2405b40a86a6 /lib-src | |
| parent | 5a65439ecc5d540ba5a3e8e8677c9cae9a5e30af (diff) | |
| download | emacs-d17b3095e93b20a52a86518481f2142d1c4586fb.tar.gz emacs-d17b3095e93b20a52a86518481f2142d1c4586fb.zip | |
(${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 | |||
| 299 | /* If the following commands fail, that is not a big deal. | 299 | /* If the following commands fail, that is not a big deal. |
| 300 | update-game-score will detect at runtime that it is not setuid, | 300 | update-game-score will detect at runtime that it is not setuid, |
| 301 | and handle things accordingly. */ | 301 | and handle things accordingly. */ |
| 302 | if chown ${gameuser} ${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; then \ | 302 | -if chown ${gameuser} ${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; then \ |
| 303 | chown ${gameuser} ${gamedir}; \ | 303 | chown ${gameuser} ${gamedir}; \ |
| 304 | chmod u=rwx,g=rwx,o=rx ${gamedir}; \ | 304 | chmod u=rwx,g=rwx,o=rx ${gamedir}; \ |
| 305 | fi | 305 | fi |