summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-09-06 23:53:53 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-09-10 11:53:21 +0200
commita8ab4c970363996890c22ffdb2b1eb48b6ac0f6e (patch)
tree683fc9c643dd1acd87d2409470c971f0346f8276
parent3a8a84ec380aed65e98c2c28e1c558d3827915db (diff)
use chgrp instead of chown with group only
Change to use chgrp instead of chown when only changing a group
-rw-r--r--polkit-grant/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/polkit-grant/Makefile.am b/polkit-grant/Makefile.am
index b72ab2e..d189849 100644
--- a/polkit-grant/Makefile.am
+++ b/polkit-grant/Makefile.am
@@ -47,7 +47,7 @@ clean-local :
# non-executable to the world
#
install-exec-hook:
- -chown :$(POLKIT_GROUP) $(DESTDIR)$(libexecdir)/polkit-grant-helper
+ -chgrp $(POLKIT_GROUP) $(DESTDIR)$(libexecdir)/polkit-grant-helper
-chmod 2755 $(DESTDIR)$(libexecdir)/polkit-grant-helper
- -chown :$(POLKIT_GROUP) $(DESTDIR)$(libexecdir)/polkit-grant-helper-pam
+ -chgrp $(POLKIT_GROUP) $(DESTDIR)$(libexecdir)/polkit-grant-helper-pam
-chmod 4750 $(DESTDIR)$(libexecdir)/polkit-grant-helper-pam