From: Glenn Morris Date: Wed, 26 Jan 2022 21:58:21 +0000 (-0500) Subject: * Makefile.in (install-etc): Remove unnecessary chown. X-Git-Tag: emacs-29.0.90~2727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fcf7c9a830522ca4e3a0aebee66a0638e1b4442;p=emacs.git * Makefile.in (install-etc): Remove unnecessary chown. Not needed since this rule was changed to not use tar, 2012-05-11. --- diff --git a/Makefile.in b/Makefile.in index 8ac6f527469..877802ec11c 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: