diff options
author | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-19 04:54:23 +0000 |
commit | 6c079cc33d2959ca60fb601b862509376108dc87 (patch) | |
tree | 5e9dacc356a8bee62052756ced27b76f7f54f583 /editors | |
parent | a83af7bfaf45b47dde403a0b4366e9bc688c89ae (diff) | |
download | pkgsrc-6c079cc33d2959ca60fb601b862509376108dc87.tar.gz |
`@unexec ${RMDIR}' needs the %D prefix. Doh.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
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 |