From c78670e7fb1655212960a850acf4785542b9ca7e 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. --- editors/gnotepad/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST index a7e135ebaff..72032c2591f 100644 --- a/editors/gnotepad/PLIST +++ b/editors/gnotepad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:36 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $ bin/gnp man/man1/gnp.1 share/gnome/apps/Applications/gnotepad+.desktop @@ -114,5 +114,5 @@ share/locale/ja/LC_MESSAGES/gnotepad+.mo @dirrm share/gnotepad+ @dirrm share/gnome/help/gnotepad+/C @dirrm share/gnome/help/gnotepad+ -@unexec ${RMDIR} share/gnome/help 2> /dev/null || true -@unexec ${RMDIR} share/gnome/apps/Applications 2> /dev/null || true +@unexec ${RMDIR} %D/share/gnome/help 2> /dev/null || true +@unexec ${RMDIR} %D/share/gnome/apps/Applications 2> /dev/null || true -- cgit v1.2.3