aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-10-31 03:16:56 +0000
committerGlenn Morris2007-10-31 03:16:56 +0000
commit1cf46be3ab3cc3e6011f8073433578a2b83d28af (patch)
treefef7520c01db6fbcff0ddd1ff04d1db075de8af1
parent377eafa4bb4cd9b0e09f898848d96bdd1e6c067d (diff)
downloademacs-1cf46be3ab3cc3e6011f8073433578a2b83d28af.tar.gz
emacs-1cf46be3ab3cc3e6011f8073433578a2b83d28af.zip
(install): Change ownership of installed files.
-rw-r--r--leim/ChangeLog4
-rw-r--r--leim/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 9475635653d..2beefa938ee 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12007-10-31 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install): Change ownership of installed files.
4
12007-10-24 Juanma Barranquero <lekktu@gmail.com> 52007-10-24 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * quail/indian.el (quail-indian-update-preceding-char): 7 * quail/indian.el (quail-indian-update-preceding-char):
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 188ac81c880..d2dcd8bfa70 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -251,6 +251,7 @@ install: all
251 done) \ 251 done) \
252 else true; fi 252 else true; fi
253 -chmod -R a+r ${INSTALLDIR} 253 -chmod -R a+r ${INSTALLDIR}
254 -find ${INSTALLDIR} -exec chown $${LOGNAME:-$$USERNAME} '{}' ';'
254 255
255clean mostlyclean: 256clean mostlyclean:
256 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ 257 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \