diff options
author | joerg <joerg> | 2010-02-19 18:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 18:55:56 +0000 |
commit | 76ad1cc0afa70ade602a9fcf3558823603694811 (patch) | |
tree | 0b0e08c1781288fd3da986951c92431a89db2206 /sysutils | |
parent | 289fc7cdb78d05b38240cd1e49f3c4f61d47a8e0 (diff) | |
download | pkgsrc-76ad1cc0afa70ade602a9fcf3558823603694811.tar.gz |
Use REAL_ROOT_USER here.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common index c43965e5da2..74b75f6d38b 100644 --- a/sysutils/amanda-common/Makefile.common +++ b/sysutils/amanda-common/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2009/12/14 23:33:01 heinz Exp $ +# $NetBSD: Makefile.common,v 1.29 2010/02/19 18:55:56 joerg Exp $ # used by sysutils/amanda-common/Makefile # used by sysutils/amanda-client/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV+= GNUTAR=${TOOLS_GTAR:Q} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER:Q} CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP:Q} -CONFIGURE_ARGS+= --with-owner=${ROOT_USER:Q} +CONFIGURE_ARGS+= --with-owner=${REAL_ROOT_USER:Q} CONFIGURE_ARGS+= --with-mmap CONFIGURE_ARGS+= --with-amandahosts CONFIGURE_ARGS+= --with-tmpdir=${AMANDA_TMP:Q} |