TS-2132: ${libexecdir} chowned to ATS' user

Calling "make install" sets ${libexecdir} owner and group
to "ats" user. Needlessly so. This patch fixes it.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/eeb41df0
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/eeb41df0
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/eeb41df0

Branch: refs/heads/3.4.x
Commit: eeb41df01064631b0576fdfbc17074e841a8ac41
Parents: 8bf6033
Author: Igor Galić <i.ga...@brainsware.org>
Authored: Wed Aug 14 12:22:53 2013 +0200
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 14 20:07:09 2013 -0600

----------------------------------------------------------------------
 proxy/Makefile.am | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/eeb41df0/proxy/Makefile.am
----------------------------------------------------------------------
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 852f8cb..7e25e34 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -307,14 +307,3 @@ install-data-hook:
                chown -R $(pkgsysuser):$(pkgsysgroup) 
$(DESTDIR)$(pkgsysconfdir) $(DESTDIR)$(pkgdatadir);\
        fi
        -echo "<TS_VERSION> $(PACKAGE_VERSION)" > 
$(DESTDIR)$(pkgsysconfdir)/trafficserver-release
-
-install-exec-local:
-       if [ `id -un` != "root" ]; then \
-               $(INSTALL) -d $(DESTDIR)$(pkglibexecdir); \
-       else \
-               $(INSTALL) -d -o $(pkgsysuser) -g $(pkgsysgroup) 
$(DESTDIR)$(pkglibexecdir); fi
-
-install-exec-hook:
-       if [ `id -un` == "root" ]; then \
-               chown -R $(pkgsysuser):$(pkgsysgroup) 
$(DESTDIR)$(pkglibexecdir); \
-       fi

Reply via email to