Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria


Modified Files:
        Rakefile 


Log Message:
made the install task depend on the themes task
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/Rakefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Rakefile    19 May 2005 17:01:07 -0000      1.9
+++ Rakefile    14 Jun 2005 16:41:52 -0000      1.10
@@ -1,4 +1,4 @@
-# $Id: Rakefile,v 1.9 2005/05/19 17:01:07 tsauerbeck Exp $
+# $Id: Rakefile,v 1.10 2005/06/14 16:41:52 tsauerbeck Exp $
 
 require "rbconfig"
 require "rake/clean"
@@ -23,7 +23,7 @@
        end
 end
 
-task :install do |t|
+task :install => :themes do |t|
        ddir = destdir + prefix + "/bin"
        FileUtils::Verbose.install("bin/euphoria", ddir, :mode => 0755)
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to