aboutsummaryrefslogtreecommitdiff
path: root/for-group
diff options
context:
space:
mode:
Diffstat (limited to 'for-group')
-rwxr-xr-xfor-group2
1 files changed, 1 insertions, 1 deletions
diff --git a/for-group b/for-group
index 6c82910..e5c55f9 100755
--- a/for-group
+++ b/for-group
@@ -110,5 +110,5 @@ sg "$1" "umask u+r,u+w,g+r,g+w,o-r,o-w,o-x && $script $options"
# to all installed software files.
if [ "x$2" = xconfigure ]; then
echo "Enabling group writing permission on all installed software..."
- chmod -R g+w .local/;
+ .local/bin/chmod -R g+w .local/;
fi