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. --- chat/gnomeicu/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chat/gnomeicu') diff --git a/chat/gnomeicu/PLIST b/chat/gnomeicu/PLIST index 5b3362a651b..c74a5b28247 100644 --- a/chat/gnomeicu/PLIST +++ b/chat/gnomeicu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:31 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $ bin/gnomeicu bin/gnomeicu-client etc/CORBA/servers/GnomeICU.gnorba @@ -122,6 +122,6 @@ share/sounds/gnomeicu/message.wav @dirrm share/gnomeicu/icons @dirrm share/gnomeicu @dirrm share/sounds/gnomeicu -@unexec ${RMDIR} share/applets/Network 2> /dev/null || true -@unexec ${RMDIR} etc/sound/events 2> /dev/null || true -@unexec ${RMDIR} etc/CORBA/servers 2> /dev/null || true +@unexec ${RMDIR} %D/share/applets/Network 2> /dev/null || true +@unexec ${RMDIR} %D/etc/sound/events 2> /dev/null || true +@unexec ${RMDIR} %D/etc/CORBA/servers 2> /dev/null || true -- cgit v1.2.3