diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-14 19:03:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-14 19:03:26 +0000 |
commit | ab96b003e85a1c55469b04e0e45b57df19da1519 (patch) | |
tree | 585fe8bafece1115c4871d2799c6bafa53f6dd18 /www | |
parent | 377567caf85740a27e661f12781071dc226416e0 (diff) | |
download | pkgsrc-ab96b003e85a1c55469b04e0e45b57df19da1519.tar.gz |
Use ROOT_USER and ROOT_GROUP instead of "0".
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 57c98e8bcd3..b7224f8edaf 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.71 2004/07/27 08:00:50 tron Exp $ +# $NetBSD: Makefile.common,v 1.72 2004/12/14 19:03:26 minskim Exp $ # # Common include file for communicator and navigator packages @@ -239,7 +239,7 @@ do-install: . endif ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR} - ${CHOWN} -R 0:0 ${MOZILLA_HOME} + ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${MOZILLA_HOME} ${CHMOD} -R go-w ${MOZILLA_HOME} . endif |