diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 18:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 18:55:56 +0000 |
commit | 9a724fc1499f624badfe5d7170daf0755b8b0008 (patch) | |
tree | 0b0e08c1781288fd3da986951c92431a89db2206 /sysutils/amanda-common | |
parent | e6b97d1fbd2ce59cf9aa527d9028f52f5950ee10 (diff) | |
download | pkgsrc-9a724fc1499f624badfe5d7170daf0755b8b0008.tar.gz |
Use REAL_ROOT_USER here.
Diffstat (limited to 'sysutils/amanda-common')
-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} |