summaryrefslogtreecommitdiff
path: root/packaging/freebsd/pkg-install
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 17:41:53 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 17:41:53 -0400
commit82c97a3d7799dcbd722523f251de8836d5956318 (patch)
tree7c8b25a098cfd19ccbac98357882e0efaccc0bc3 /packaging/freebsd/pkg-install
parent4822085adf8698c5f1dc069e7f48c9b85ada8f0c (diff)
more tweaks to freebsd packaging.
Diffstat (limited to 'packaging/freebsd/pkg-install')
-rwxr-xr-xpackaging/freebsd/pkg-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/freebsd/pkg-install b/packaging/freebsd/pkg-install
index dc75cf7..5601bb5 100755
--- a/packaging/freebsd/pkg-install
+++ b/packaging/freebsd/pkg-install
@@ -49,12 +49,12 @@ POST-INSTALL)
## set up the cache directories:
- install --owner root --group monkeysphere --mode 750 -d "$VARLIB"/gnupg-host
+ install -d -o root -g monkeysphere -m 750 "$VARLIB"/gnupg-host
cat <<EOF > "$VARLIB"/gnupg-host/gpg.conf
list-options show-uid-validity
EOF
- install --owner monkeysphere --group monkeysphere --mode 700 -d "$VARLIB"/gnupg-authentication
+ install -d -o monkeysphere -g monkeysphere -m 700 "$VARLIB"/gnupg-authentication
# install authentication gpg.conf
cat <<EOF > "$VARLIB"/gnupg-authentication/gpg.conf
list-options show-uid-validity