Commit 8172b27
committed
Use the wheel group by default on FreeBSD
FreeBSD does not have a 'root' group. System files owned by the 'root'
user belong to the 'wheel' group, so use that group by default.
This allow to use python::pip without the need to explicitly set the
`group` parameter to avoid the error:
> Error: Could not execute posix command: Invalid group: root1 parent 9dcd35b commit 8172b27
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments