summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
committeragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
commit57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch)
tree724e606740f3a6533da580088062080cdc00e030 /net/arla
parentd2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff)
downloadpkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 67cf5cc8c04..68eafa0a2a3 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/09/27 23:18:26 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2001/12/05 15:00:47 agc Exp $
#
DISTNAME= arla-0.35.5
@@ -57,7 +57,7 @@ post-install:
${ECHO} "Creating arla cache directory ${CACHEDIR}"; \
${INSTALL_DATA_DIR} ${CACHEDIR}; \
${CHMOD} 700 ${CACHEDIR}; \
- ${CHOWN} root ${CACHEDIR}; \
+ ${CHOWN} ${ROOT_USER} ${CACHEDIR}; \
fi
@if [ -e /sbin/mount_xfs ]; then \
${ECHO} "/sbin/mount_xfs already exists"; \