diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 15:10:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 15:10:08 +0000 |
commit | 8e79aa8c405d9b59fd731d1620c898f47dc6d833 (patch) | |
tree | 42f7c4d3b4a48c1e9f90debe5cbfd77657791312 /mk/plist | |
parent | 7bf49615625e901497430da426174f0e199e0802 (diff) | |
download | pkgsrc-8e79aa8c405d9b59fd731d1620c898f47dc6d833.tar.gz |
Rename _INSTALL_ROOT_USER to REAL_ROOT_USER. Use it as default for
SETUID_ROOT_PERMS.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/plist.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk index 25a05aa00e5..c5d1c445d6d 100644 --- a/mk/plist/plist.mk +++ b/mk/plist/plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: plist.mk,v 1.17 2006/10/15 16:20:34 joerg Exp $ +# $NetBSD: plist.mk,v 1.18 2006/11/05 15:10:08 joerg Exp $ # # This Makefile fragment handles the creation of PLISTs for use by # pkg_create(8). @@ -194,8 +194,8 @@ _PLIST_IGNORE_FILES+= ${PLIST_IGNORE_FILES} _BUILD_DEFS+= _PLIST_IGNORE_FILES .if ${_USE_DESTDIR} == "user-destdir" -_SET_OWNER_GROUP= ${ECHO} "@owner ${_INSTALL_ROOT_USER}"; \ - ${ECHO} "@group ${_INSTALL_ROOT_GROUP}" +_SET_OWNER_GROUP= ${ECHO} "@owner ${REAL_ROOT_USER}"; \ + ${ECHO} "@group ${REAL_ROOT_GROUP}" .else _SET_OWNER_GROUP= : .endif |