summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-10-31 03:16:56 +0000
committerGlenn Morris <rgm@gnu.org>2007-10-31 03:16:56 +0000
commit1cf46be3ab3cc3e6011f8073433578a2b83d28af (patch)
treefef7520c01db6fbcff0ddd1ff04d1db075de8af1
parent377eafa4bb4cd9b0e09f898848d96bdd1e6c067d (diff)
downloademacs-1cf46be3ab3cc3e6011f8073433578a2b83d28af.tar.gz
(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 @@
+2007-10-31 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (install): Change ownership of installed files.
+
2007-10-24 Juanma Barranquero <lekktu@gmail.com>
* 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
done) \
else true; fi
-chmod -R a+r ${INSTALLDIR}
+ -find ${INSTALLDIR} -exec chown $${LOGNAME:-$$USERNAME} '{}' ';'
clean mostlyclean:
rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \