(install): Change ownership of installed files.

This commit is contained in:
Glenn Morris 2007-10-31 03:16:56 +00:00
parent 377eafa4bb
commit 1cf46be3ab
2 changed files with 5 additions and 0 deletions

View file

@ -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):

View file

@ -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} \