diff options
author | minskim <minskim> | 2004-12-14 19:03:26 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-14 19:03:26 +0000 |
commit | c9e369310c68516b71f80c022b6b2d2832a9e662 (patch) | |
tree | 585fe8bafece1115c4871d2799c6bafa53f6dd18 /www/navigator/Makefile.common | |
parent | 31e3b9b8e7e0e0132ba18a51c302edb708514d20 (diff) | |
download | pkgsrc-c9e369310c68516b71f80c022b6b2d2832a9e662.tar.gz |
Use ROOT_USER and ROOT_GROUP instead of "0".
Diffstat (limited to 'www/navigator/Makefile.common')
-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 |