From: Richard M. Stallman Date: Mon, 18 Nov 2002 04:53:59 +0000 (+0000) Subject: (${archlibdir}): Ignore errors operating on $(gamedir). X-Git-Tag: ttn-vms-21-2-B4~12384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d17b3095e93b20a52a86518481f2142d1c4586fb;p=emacs.git (${archlibdir}): Ignore errors operating on $(gamedir). --- 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