commit 1015e545ffc3e04e50c80261ef3f61800e5adbab
Author: Daniele Forsi <dani...@forsi.it>
Date:   Wed Jan 12 20:57:12 2011 +0100

    Build fixes
    
    * plugins/plugins.mk
     * Force creation of symlink to avoid failure during make check.

 plugins/plugins.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index 74f8893..a7ef450 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -24,7 +24,7 @@ create-plugin-links:
                ln -s `pwd`/.libs/$(plugin_lib) ../$(plugin_lib); \
        fi; \
        if [ ! -e ../$(plugin_file) ]; then \
-               ln -s `pwd`/$(plugin_file) ../$(plugin_file); \
+               ln -sf `pwd`/$(plugin_file) ../$(plugin_file); \
        fi;
 
 # Creating symbolic link to ui file in installed ui directory

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to