From a5a8668f11191af6ffbc1986259fddf33db89343 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 7 Mar 2005 07:07:44 +0000 Subject: Properly remove the ${X11BASE} Python directories. Pestered until I got it right by: ade --- deskutils/gnome-blog/pkg-plist | 4 ++-- deskutils/gnomeblog/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deskutils') diff --git a/deskutils/gnome-blog/pkg-plist b/deskutils/gnome-blog/pkg-plist index cffeff15dd26..66baaec8650f 100644 --- a/deskutils/gnome-blog/pkg-plist +++ b/deskutils/gnome-blog/pkg-plist @@ -54,5 +54,5 @@ share/gnome/applications/gnome-blog.desktop share/gnome/gnome-2.0/ui/GNOME_BlogApplet.xml share/gnome/pixmaps/gnome-blog.png @dirrm %%PYTHON_SITELIBDIR%%/gnomeblog -@unexec rmdir %%PYTHON_SITELIBDIR%% 2>/dev/null || true -@unexec rmdir %%PYTHON_LIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true diff --git a/deskutils/gnomeblog/pkg-plist b/deskutils/gnomeblog/pkg-plist index cffeff15dd26..66baaec8650f 100644 --- a/deskutils/gnomeblog/pkg-plist +++ b/deskutils/gnomeblog/pkg-plist @@ -54,5 +54,5 @@ share/gnome/applications/gnome-blog.desktop share/gnome/gnome-2.0/ui/GNOME_BlogApplet.xml share/gnome/pixmaps/gnome-blog.png @dirrm %%PYTHON_SITELIBDIR%%/gnomeblog -@unexec rmdir %%PYTHON_SITELIBDIR%% 2>/dev/null || true -@unexec rmdir %%PYTHON_LIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true -- cgit