From d17b3095e93b20a52a86518481f2142d1c4586fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Nov 2002 04:53:59 +0000 Subject: [PATCH] (${archlibdir}): Ignore errors operating on $(gamedir). --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2