emacs-diffs
[Top][All Lists]
Advanced

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

master 6fcf7c9a83: * Makefile.in (install-etc): Remove unnecessary chown


From: Glenn Morris
Subject: master 6fcf7c9a83: * Makefile.in (install-etc): Remove unnecessary chown.
Date: Wed, 26 Jan 2022 16:58:47 -0500 (EST)

branch: master
commit 6fcf7c9a830522ca4e3a0aebee66a0638e1b4442
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * Makefile.in (install-etc): Remove unnecessary chown.
    
    Not needed since this rule was changed to not use tar, 2012-05-11.
---
 Makefile.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 8ac6f52746..877802ec11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -694,8 +694,6 @@ install-etcdoc: src install-arch-indep
           printf 'Copying %s to %s ...\n' "etc/$$docfile" \
             "$(DESTDIR)${etcdocdir}"; \
           ${INSTALL_DATA} etc/$${docfile} 
"$(DESTDIR)${etcdocdir}/$${docfile}"; \
-          $(set_installuser); \
-            chown $${installuser} "$(DESTDIR)${etcdocdir}/$${docfile}" || true 
; \
        else true; fi
 
 ## FIXME:



reply via email to

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