Assign rwx to /usr/ports directories owned by _portzap group
This commit is contained in:
parent
bba078f652
commit
d72030f6bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
ports_dir=$1
|
||||
libexec_dir=$2
|
||||
group=_portzap
|
||||
mode=u=rwx,g=rx,o=
|
||||
mode=u=rwx,g=rwx,o=
|
||||
for i in $(seq 3 $#); do
|
||||
relative_portzap_dir=$(eval echo -n \${$i})
|
||||
# Install directory
|
||||
|
|
Loading…
Reference in a new issue