Use real root user in install script.
This commit is contained in:
parent
72ed551b52
commit
df7f875ab6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.39 2010/01/17 12:02:40 wiz Exp $
|
# $NetBSD: Makefile,v 1.40 2010/02/19 19:23:50 joerg Exp $
|
||||||
|
|
||||||
DISTNAME= cyrus-sasl-2.1.23
|
DISTNAME= cyrus-sasl-2.1.23
|
||||||
PKGNAME= ${DISTNAME:S/sasl/saslauthd/}
|
PKGNAME= ${DISTNAME:S/sasl/saslauthd/}
|
||||||
|
@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
||||||
.include "options.mk"
|
.include "options.mk"
|
||||||
|
|
||||||
RCD_SCRIPTS= saslauthd
|
RCD_SCRIPTS= saslauthd
|
||||||
FILES_SUBST+= ROOT_USER=${ROOT_USER:Q}
|
FILES_SUBST+= ROOT_USER=${REAL_ROOT_USER:Q}
|
||||||
|
|
||||||
INSTALLATION_DIRS= bin
|
INSTALLATION_DIRS= bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue