pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files bootstrap-mk-files-20090217:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a1795dec8ab
branches:  trunk
changeset: 554652:9a1795dec8ab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 17 17:08:13 2009 +0000

description:
bootstrap-mk-files-20090217:
Don't leak the unprivileged user for USE_DESTDIR=full.

diffstat:

 pkgtools/bootstrap-mk-files/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 78ba54240017 -r 9a1795dec8ab pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Tue Feb 17 16:15:29 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Tue Feb 17 17:08:13 2009 +0000
@@ -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 @@
        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
 



Home | Main Index | Thread Index | Old Index