diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-05-12 21:49:47 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-05-12 21:49:47 +0200 |
commit | 3aaebdb964ecb228bfc161e822905013e8dacc27 (patch) | |
tree | 442d845cb58a77feeeb3be5ee9fab83defbf7b25 /configure | |
parent | 41134866c2646092c7baa9e0e545c50354aab934 (diff) | |
download | jotpass-3aaebdb964ecb228bfc161e822905013e8dacc27.tar |
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ case "$( uname )" in echo 'BINGRP = bin' 1>&3 echo 'MANGRP = bin' 1>&3 ;; + FreeBSD) + echo 'BINGRP = wheel' 1>&3 + echo 'MANDIR = share/man/man' 1>&3 + echo 'MANGRP = wheel' 1>&3 + ;; Linux) echo 'BINMODE = 755' 1>&3 echo 'MANMODE = 644' 1>&3 |