* Update: 1.8.5-p12 > 1.8.6
 * Split into ruby and libruby packages
 * Add patches to make ruby compile
 * Cleanup Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8004 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli
2007-07-16 13:15:11 +00:00
parent 9872d7b827
commit 49d2200fe9
3 changed files with 55 additions and 14 deletions

View File

@ -0,0 +1,13 @@
Index: ruby-1.8.6/Makefile.in
===================================================================
--- ruby-1.8.6.orig/Makefile.in 2007-07-16 15:10:57.000000000 +0200
+++ ruby-1.8.6/Makefile.in 2007-07-16 15:10:58.000000000 +0200
@@ -131,7 +131,7 @@
if RUBY_PLATFORM =~ /mswin|bccwin|mingw/; \
class File; \
remove_const :ALT_SEPARATOR; \
- ALT_SEPARATOR = "\\"; \
+ ALT_SEPARATOR = "\\\\"; \
end; \
end; \
' > $@