From 08bdd44549284c310d01f61b15936669a2f75753 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- emulators/plex86/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/plex86') diff --git a/emulators/plex86/PLIST b/emulators/plex86/PLIST index 2b2761573c2..e6f7c0e815f 100644 --- a/emulators/plex86/PLIST +++ b/emulators/plex86/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:03:55 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:37 skrll Exp $ bin/plex86 bin/plex86_reset lib/X11/fonts/local/vga.pcf.gz @@ -12,7 +12,7 @@ lib/plex86/bios/VGABIOS-elpin-2.40 lib/plex86/netbsd_post.sh lib/plex86/plugin-bochs.so lkm/plex86.o -@unexec rm -f %D/lkm/plex86 2>/dev/null || true +@unexec ${RM} -f %D/lkm/plex86 2>/dev/null || true share/examples/plex86/freedos.conf share/examples/plex86/linuxhd.conf share/examples/plex86/msdos.conf @@ -22,4 +22,4 @@ share/examples/plex86/winnt.conf @dirrm lib/plex86/bios @dirrm lib/plex86 @dirrm share/examples/plex86 -@unexec rmdir %D/lkm 2>/dev/null || true +@unexec ${RMDIR} %D/lkm 2>/dev/null || true -- cgit v1.2.3