summaryrefslogtreecommitdiff
path: root/emulators/suse_base
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /emulators/suse_base
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'emulators/suse_base')
-rw-r--r--emulators/suse_base/PLIST12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/suse_base/PLIST b/emulators/suse_base/PLIST
index c6d38402226..25c9091a2af 100644
--- a/emulators/suse_base/PLIST
+++ b/emulators/suse_base/PLIST
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:33 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:37 skrll Exp $
sbin/linux-mkpwd
-@unexec rm -f %D/@@EMULSUBDIR@@/etc/ld.so.cache
+@unexec ${RM} -f %D/@@EMULSUBDIR@@/etc/ld.so.cache
@@EMULSUBDIR@@/etc/ld.so.conf
-@unexec cd %D/@@EMULSUBDIR@@/etc && rm -f group gshadow passwd shadow
-@exec mkdir -p %D/@@EMULSUBDIR@@/dev
+@unexec cd %D/@@EMULSUBDIR@@/etc && ${RM} -f group gshadow passwd shadow
+@exec ${MKDIR} -p %D/@@EMULSUBDIR@@/dev
@exec ln -s /dev/sound %D/@@EMULSUBDIR@@/dev/dsp
-@unexec rm -f %D/@@EMULSUBDIR@@/dev/dsp
+@unexec ${RM} -f %D/@@EMULSUBDIR@@/dev/dsp
@exec ln -s /dev/null %D/@@EMULSUBDIR@@/dev/null
-@unexec rm -f %D/@@EMULSUBDIR@@/dev/null
+@unexec ${RM} -f %D/@@EMULSUBDIR@@/dev/null
@dirrm @@EMULSUBDIR@@/dev