]> git.eshelyaron.com Git - emacs.git/commitdiff
(${archlibdir}): Ignore errors operating on $(gamedir).
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:53:59 +0000 (04:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:53:59 +0000 (04:53 +0000)
lib-src/Makefile.in

index 7e39423af4ba16ac2c026c21f1c47ba79d765c44..7f9f215a38933fcf8154a4598d255ffa94eaa637 100644 (file)
@@ -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