(install): Set umask to world-readable before creating directories.
This commit is contained in:
parent
c5a139ca22
commit
a82a8b7519
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-09-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (install): Set umask to world-readable before creating
|
||||
directories.
|
||||
|
||||
2009-08-31 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
|
||||
|
|
|
@ -224,7 +224,7 @@ MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
|
|||
|
||||
install: all
|
||||
if [ ! -d ${INSTALLDIR} ] ; then \
|
||||
${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
|
||||
umask 022; ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
|
||||
else true; fi
|
||||
if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
|
||||
rm -f ${INSTALLDIR}/leim-list.el; \
|
||||
|
|
Loading…
Add table
Reference in a new issue