pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_tarup For user-destdir installation, we n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c56b3bd5fc6
branches:  trunk
changeset: 531977:3c56b3bd5fc6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 09 14:12:35 2007 +0000

description:
For user-destdir installation, we need to ues the REAL_ROOT_USER.
It doesn't hurt in the other cases, so do it consistently.

diffstat:

 pkgtools/pkg_tarup/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8deab89f7972 -r 3c56b3bd5fc6 pkgtools/pkg_tarup/Makefile
--- a/pkgtools/pkg_tarup/Makefile       Thu Aug 09 14:08:11 2007 +0000
+++ b/pkgtools/pkg_tarup/Makefile       Thu Aug 09 14:12:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/08/09 13:29:02 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2007/08/09 14:12:35 joerg Exp $
 
 DISTNAME=      pkg_tarup-1.6.6
 CATEGORIES=    pkgtools
@@ -28,7 +28,7 @@
                PKG_SUFX=${PKG_SUFX:Q}                  \
                PREFIX=${PREFIX:Q}                      \
                PKG_TOOLS_BIN=${PKG_TOOLS_BIN:Q}        \
-               ROOT_USER=${ROOT_USER:Q}                \
+               ROOT_USER=${REAL_ROOT_USER:Q}           \
                SED=${SED:Q}                            \
                SH=${SH:Q}                              \
                SU_CMD=${SU_CMD:Q}                      \



Home | Main Index | Thread Index | Old Index