commit bf3b87b50260a8fa11d56a57d888c42d207b0da0
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Sat Nov 20 14:57:14 2010 +0000

    Check ui symlinks exist before trying to create them

 plugins/plugins.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index 7c62fb7..fcd115a 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -30,7 +30,7 @@ create-plugin-links:
 
 # Creating symbolic link to ui file in installed ui directory
 create-ui-link:
-       if [ ! -e ../../data/ui/$(plugin_name).ui ]; then \
+       if [ -e `pwd`/$(plugin_name).ui ] && [ ! -e 
../../data/ui/$(plugin_name).ui ]; then \
                ln -s `pwd`/$(plugin_name).ui ../../data/ui/$(plugin_name).ui; \
        fi;
 

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to