From 6c079cc33d2959ca60fb601b862509376108dc87 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 19 Jul 2002 04:54:23 +0000 Subject: `@unexec ${RMDIR}' needs the %D prefix. Doh. --- misc/hitchhiker/PLIST | 4 ++-- misc/ktail/PLIST | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/hitchhiker/PLIST b/misc/hitchhiker/PLIST index ddd27147d69..ee0f9b9d23c 100644 --- a/misc/hitchhiker/PLIST +++ b/misc/hitchhiker/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ bin/hh2000 share/gnome/apps/Applications/hh2000.desktop share/hh2000/data/asteroids.csv @@ -50,7 +50,7 @@ share/pixmaps/hh2000/star.xpm share/pixmaps/hh2000/step_forward.xpm share/pixmaps/hh2000/step_reverse.xpm share/pixmaps/hh2000icon.png -@unexec ${RMDIR} -p share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || true @dirrm share/pixmaps/hh2000 @dirrm share/hh2000/scripts @dirrm share/hh2000/maps diff --git a/misc/ktail/PLIST b/misc/ktail/PLIST index 7d0574a121d..2fa2f1acaf2 100644 --- a/misc/ktail/PLIST +++ b/misc/ktail/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/13 21:25:13 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:24 mycroft Exp $ bin/ktail share/doc/kde/HTML/en/ktail/index.html share/kde/applnk/Applications/ktail.desktop share/kde/icons/locolor/16x16/apps/ktail.png share/kde/icons/locolor/32x32/apps/ktail.png share/kde/locale/de/LC_MESSAGES/ktail.mo -@unexec ${RMDIR} share/kde/locale/de/LC_MESSAGES 2>/dev/null || ${TRUE} -@unexec ${RMDIR} share/kde/locale/de 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/kde/locale/de/LC_MESSAGES 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/kde/locale/de 2>/dev/null || ${TRUE} @dirrm share/doc/kde/HTML/en/ktail -- cgit v1.2.3