diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-11-30 14:31:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-11-30 14:31:02 +0000 |
commit | 53fbbc411fe472cf628759c8e8c93108bffb173a (patch) | |
tree | e30a1d2ec9281359a5d206e01681c778a137369b /security/drweb/pkg-install | |
parent | - Fix mtx on 64bits archs. (diff) |
- Fix error of chown directory of configuration files.
PR: ports/89757
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=150051
Diffstat (limited to 'security/drweb/pkg-install')
-rw-r--r-- | security/drweb/pkg-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/drweb/pkg-install b/security/drweb/pkg-install index b45df46a6891..b162e39b1700 100644 --- a/security/drweb/pkg-install +++ b/security/drweb/pkg-install @@ -8,6 +8,7 @@ fi DRWEB_PREFIX="$3" DRWEB_VARPREFIX="$4" +PREFIX="$5" USER=drweb GROUP=${USER} UID=426 |