summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-19 18:55:56 +0000
committerjoerg <joerg>2010-02-19 18:55:56 +0000
commit76ad1cc0afa70ade602a9fcf3558823603694811 (patch)
tree0b0e08c1781288fd3da986951c92431a89db2206 /sysutils
parent289fc7cdb78d05b38240cd1e49f3c4f61d47a8e0 (diff)
downloadpkgsrc-76ad1cc0afa70ade602a9fcf3558823603694811.tar.gz
Use REAL_ROOT_USER here.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile.common4
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}