Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria


Modified Files:
        Rakefile 


Log Message:
create the libdir if it doesn't exist yet
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/Rakefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Rakefile    25 Apr 2005 12:19:40 -0000      1.1
+++ Rakefile    25 Apr 2005 15:29:25 -0000      1.2
@@ -1,4 +1,4 @@
-# $Id: Rakefile,v 1.1 2005/04/25 12:19:40 tsauerbeck Exp $
+# $Id: Rakefile,v 1.2 2005/04/25 15:29:25 tsauerbeck Exp $
 
 require "rbconfig"
 
@@ -11,5 +11,6 @@
        FileUtils::Verbose.install("bin/euphoria", ddir, :mode => 0755)
 
        ddir = destdir + sitelibdir + "/euphoria"
+       FileUtils::Verbose.mkdir(ddir) unless File.directory?(ddir)
        FileUtils::Verbose.install(Dir["lib/*.rb"], ddir, :mode => 0644)
 end




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to