; lib-src/Makefile.in (exp_archlibdir): Drop extra '&&' from previous commit
This commit is contained in:
parent
211d41a6fe
commit
21d4db3e81
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ $(DESTDIR)${archlibdir}: all
|
|||
chmod u=rwx,g=rx,o=rx "$(DESTDIR)${gamedir}"
|
||||
else
|
||||
-chgrp ${gamegroup} \
|
||||
"$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}" && \
|
||||
"$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}" \
|
||||
"$(DESTDIR)${gamedir}" && \
|
||||
chmod g+s,o-r \
|
||||
"$(DESTDIR)${archlibdir}/update-game-score${EXEEXT}" && \
|
||||
|
|
Loading…
Add table
Reference in a new issue