Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria


Modified Files:
        Rakefile 


Log Message:
'rake install' install the themes, too
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/Rakefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Rakefile    28 Apr 2005 08:17:45 -0000      1.3
+++ Rakefile    6 May 2005 18:34:40 -0000       1.4
@@ -1,4 +1,4 @@
-# $Id: Rakefile,v 1.3 2005/04/28 08:17:45 tsauerbeck Exp $
+# $Id: Rakefile,v 1.4 2005/05/06 18:34:40 tsauerbeck Exp $
 
 require "rbconfig"
 
@@ -26,4 +26,8 @@
        ddir = destdir + sitelibdir + "/euphoria"
        FileUtils::Verbose.mkdir(ddir) unless File.directory?(ddir)
        FileUtils::Verbose.install(Dir["lib/*.rb"], ddir, :mode => 0644)
+
+       ddir = destdir + prefix + "/share/euphoria"
+       FileUtils::Verbose.mkdir(ddir) unless File.directory?(ddir)
+       FileUtils::Verbose.install(themes, ddir, :mode => 0644)
 end




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to