commit 59262e79e30cd40a219f27e0f9744a6bc09938fd
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Sat Jul 3 12:27:00 2010 +0100

    Small fix in clean-local target in plugins.xml

 data/glade/core_prefs.xml |    1 -
 plugins/plugins.mk        |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index 127759b..7c62fb7 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -63,6 +63,6 @@ clean-glade-dir:
        if  [ -h ../../data/glade/$(plugin_name).glade ]; then \
                rm -f ../../data/glade/$(plugin_name).glade; \
        fi; \
-               if  [ -h $(gtkpod_glade_dir)/$(plugin_name).xml ]; then \
+               if  [ -h ../../data/glade/$(plugin_name).xml ]; then \
                rm -f ../../data/glade/$(plugin_name).xml; \
-       fi;
\ No newline at end of file
+       fi;

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to