X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=packaging%2Ffreebsd%2Fpkg-install;h=5601bb5ed6c2742e38425994e7f84cbaea4558fe;hb=82c97a3d7799dcbd722523f251de8836d5956318;hp=dc75cf7b1ded009cc6b0859afc7cac0f13644d57;hpb=85b105c27fb67921199d282dc90d612c9b525bee;p=monkeysphere.git 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 < "$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 < "$VARLIB"/gnupg-authentication/gpg.conf list-options show-uid-validity