diff options
author | agc <agc> | 2001-12-05 15:00:44 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-05 15:00:44 +0000 |
commit | 1478be8dd6988d5af30bc8667d4e7a74a61adc8c (patch) | |
tree | 724e606740f3a6533da580088062080cdc00e030 /net/arla/Makefile | |
parent | 8a2eb76e854b6c83897fa06104aa2436a874bd16 (diff) | |
download | pkgsrc-1478be8dd6988d5af30bc8667d4e7a74a61adc8c.tar.gz |
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 4 |
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"; \ |