Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria


Modified Files:
        Rakefile 


Log Message:
support RUBYLIBDIR for them packagers
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/Rakefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Rakefile    6 May 2005 19:50:19 -0000       1.6
+++ Rakefile    7 May 2005 10:47:14 -0000       1.7
@@ -1,8 +1,8 @@
-# $Id: Rakefile,v 1.6 2005/05/06 19:50:19 tsauerbeck Exp $
+# $Id: Rakefile,v 1.7 2005/05/07 10:47:14 tsauerbeck Exp $
 
 require "rbconfig"
 
-sitelibdir = Config::CONFIG["sitelibdir"]
+sitelibdir = ENV["RUBYLIBDIR"] || Config::CONFIG["sitelibdir"]
 destdir = "#{ENV["DESTDIR"]}"
 prefix = ENV["PREFIX"] || "/usr/local"
 




-------------------------------------------------------
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