diff options
author | joerg <joerg> | 2009-02-17 17:08:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-17 17:08:13 +0000 |
commit | ac24a2a8466fe44e8ff9eb79574a95daf58e2c5f (patch) | |
tree | 437cbd43d6a38e89fa5b3b475b1bbb6a2597e055 /pkgtools/bootstrap-mk-files | |
parent | 8c0b0d5944f5fbcfac1bd7ede707d6e9a4c310b5 (diff) | |
download | pkgsrc-ac24a2a8466fe44e8ff9eb79574a95daf58e2c5f.tar.gz |
bootstrap-mk-files-20090217:
Don't leak the unprivileged user for USE_DESTDIR=full.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 8 |
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 |