summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
committerseb <seb@pkgsrc.org>2002-06-26 10:29:33 +0000
commitdb84442a67c872c4802e8b37a88f71a84050f97a (patch)
tree9e5fcee06244c048489fb5197f01b82baef7be38 /net/arla
parente521736766fda95b199d77e427c85a2b5fd262b6 (diff)
downloadpkgsrc-db84442a67c872c4802e8b37a88f71a84050f97a.tar.gz
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/PLIST b/net/arla/PLIST
index 3ef491df2ce..9d7913840f6 100644
--- a/net/arla/PLIST
+++ b/net/arla/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:35 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:51 seb Exp $
include/arlalib.h
include/atypes.h
include/fs_errors.h
@@ -113,7 +113,7 @@ man/man8/bos.8
@unexec ${INSTALL_INFO} --delete %D/info/arla.info %D/info/dir
info/arla.info
@exec ${INSTALL_INFO} %D/info/arla.info %D/info/dir
-@exec if [ ! -e ${ARLA_CACHE} ] ; then ${MKDIR} -p ${ARLA_CACHE}; ${CHMOD} 700 ${ARLA_CACHE}; ${CHOWN} root ${ARLA_CACHE}; fi
+@exec if [ ! -e ${ARLA_CACHE} ] ; then ${MKDIR} ${ARLA_CACHE}; ${CHMOD} 700 ${ARLA_CACHE}; ${CHOWN} root ${ARLA_CACHE}; fi
@exec if [ ! -e /sbin/mount_xfs ]; then /bin/ln -s %D/sbin/mount_xfs /sbin/mount_xfs; fi
@unexec /bin/rm -f /sbin/mount_xfs
@unexec /bin/rm -rf ${ARLA_CACHE}