diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-01-22 08:24:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-01-22 08:24:42 +0100 |
commit | 7f4e7dd378c456b498c270b47b46aaae365a72ab (patch) | |
tree | 90dd5d7387bed328ce95b86ce1b2c62940530b7a /lib-src/ChangeLog | |
parent | 394b976fb9c76fa21049329442bd33f337b55567 (diff) | |
download | emacs-7f4e7dd378c456b498c270b47b46aaae365a72ab.tar.gz |
Don't fail if chown or chgrp for 'update-game-score' is unsuccessful.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): Don't fail if the
chown or chgrp command is unsuccessful; the 'update-game-score'
program has a fallback for this at runtime.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b67038ff81a..c2aedb0afde 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2015-01-22 Ulrich Müller <ulm@gentoo.org> + + * Makefile.in ($(DESTDIR)${archlibdir}): Don't fail if the chown + or chgrp command is unsuccessful; the 'update-game-score' program + has a fallback for this at runtime. + 2015-01-21 Ulrich Müller <ulm@gentoo.org> * update-game-score.c: Allow the program to run sgid instead |