summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-17 17:08:13 +0000
committerjoerg <joerg>2009-02-17 17:08:13 +0000
commita552467e50c69e9c5c9fe016bb799f72a9ccd856 (patch)
tree437cbd43d6a38e89fa5b3b475b1bbb6a2597e055 /pkgtools
parent5d5ad97948978cd8ce1496d56ffa13e438b87f40 (diff)
downloadpkgsrc-a552467e50c69e9c5c9fe016bb799f72a9ccd856.tar.gz
bootstrap-mk-files-20090217:
Don't leak the unprivileged user for USE_DESTDIR=full.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 6c28ca1c89f..e7e3fc9a437 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2009/01/14 23:16:54 dsainty Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/17 17:08:13 joerg Exp $
-DISTNAME= bootstrap-mk-files-20090114
+DISTNAME= bootstrap-mk-files-20090217
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -38,8 +38,8 @@ do-configure:
else \
own_mk=mods/bsd.own.mk.in; \
fi; \
- ${SED} -e 's|@ROOT_GROUP@|'${ROOT_GROUP}'|g' \
- -e 's|@ROOT_USER@|'${ROOT_USER}'|g' \
+ ${SED} -e 's|@ROOT_GROUP@|'${REAL_ROOT_GROUP}'|g' \
+ -e 's|@ROOT_USER@|'${REAL_ROOT_USER}'|g' \
-e 's|@SYSCONFDIR@|'${PKG_SYSCONFDIR}'|g' \
$$own_mk > bsd.own.mk