* Makefile.in (install-etc): Remove unnecessary chown.
Not needed since this rule was changed to not use tar, 2012-05-11.
This commit is contained in:
parent
0a51a85b5d
commit
6fcf7c9a83
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue