emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/Makefile.in,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/leim/Makefile.in,v
Date: Wed, 31 Oct 2007 03:17:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/31 03:17:42

Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/leim/Makefile.in,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- Makefile.in 26 Jul 2007 05:26:08 -0000      1.84
+++ Makefile.in 31 Oct 2007 03:17:41 -0000      1.85
@@ -251,6 +251,11 @@
            done) \
        else true; fi
        -chmod -R a+r ${INSTALLDIR}
+       for installuser in $${LOGNAME} $${USERNAME} $${USER} \
+         `id -un 2> /dev/null`; do \
+         [ -n "$${installuser}" ] && break ; \
+       done ; \
+       find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
 
 clean mostlyclean:
        rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]