Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zbigniew Jędrzejewski-Szmek
polkit
Commits
a8ab4c97
Commit
a8ab4c97
authored
Sep 06, 2007
by
Doug Goldstein
Committed by
David Zeuthen
Sep 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use chgrp instead of chown with group only
Change to use chgrp instead of chown when only changing a group
parent
3a8a84ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
polkit-grant/Makefile.am
polkit-grant/Makefile.am
+2
-2
No files found.
polkit-grant/Makefile.am
View file @
a8ab4c97
...
...
@@ -47,7 +47,7 @@ clean-local :
# non-executable to the world
#
install-exec-hook
:
-
ch
own
:
$(POLKIT_GROUP)
$(DESTDIR)$(libexecdir)
/polkit-grant-helper
-
ch
grp
$(POLKIT_GROUP)
$(DESTDIR)$(libexecdir)
/polkit-grant-helper
-
chmod
2755
$(DESTDIR)$(libexecdir)
/polkit-grant-helper
-
ch
own
:
$(POLKIT_GROUP)
$(DESTDIR)$(libexecdir)
/polkit-grant-helper-pam
-
ch
grp
$(POLKIT_GROUP)
$(DESTDIR)$(libexecdir)
/polkit-grant-helper-pam
-
chmod
4750
$(DESTDIR)$(libexecdir)
/polkit-grant-helper-pam
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment