Use ROOT_USER and ROOT_GROUP instead of "0".
This commit is contained in:
parent
377567caf8
commit
ab96b003e8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue