diff options
author | jlam <jlam> | 2000-07-25 05:14:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-25 05:14:59 +0000 |
commit | ddc7a176300214228999fa6c89b9ef88ccd69ed6 (patch) | |
tree | b627709b88a9f774cb5ec56e49823f63f5df09ec /x11/gnome-libs | |
parent | 9bac2f855c5e5a3bf4ab34c2915879a41049d235 (diff) | |
download | pkgsrc-ddc7a176300214228999fa6c89b9ef88ccd69ed6.tar.gz |
Remove ${PREFIX}/etc/CORBA{,/servers} in gnome-libs instead of gnome-core
since in gnome-libs is where the directory location is defined.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/pkg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-libs/pkg/PLIST b/x11/gnome-libs/pkg/PLIST index b75d8657ec1..dc44bd17321 100644 --- a/x11/gnome-libs/pkg/PLIST +++ b/x11/gnome-libs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2000/07/25 01:50:38 jlam Exp $ +@comment $NetBSD: PLIST,v 1.28 2000/07/25 05:14:59 jlam Exp $ bin/dns-helper bin/gconfigger bin/gnome-bug @@ -582,5 +582,7 @@ share/type-convert/type.convert @dirrm share/mime-info @unexec rmdir %D/share/pixmaps 2>/dev/null || true @dirrm share/type-convert +@dirrm etc/CORBA/servers +@dirrm etc/CORBA @exec mkdir -p ${LOCALSTATEDIR} @unexec rm -rf ${LOCALSTATEDIR} |