ruby:
* 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:
13
lang/ruby/patches/200-fileutils.rb.patch
Normal file
13
lang/ruby/patches/200-fileutils.rb.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: ruby-1.8.6/lib/fileutils.rb
|
||||
===================================================================
|
||||
--- ruby-1.8.6.orig/lib/fileutils.rb 2007-07-16 15:10:57.000000000 +0200
|
||||
+++ ruby-1.8.6/lib/fileutils.rb 2007-07-16 15:10:58.000000000 +0200
|
||||
@@ -1026,7 +1026,7 @@
|
||||
list.each do |path|
|
||||
created = nocreate
|
||||
begin
|
||||
- File.utime(t, t, path)
|
||||
+ #File.utime(t, t, path)
|
||||
rescue Errno::ENOENT
|
||||
raise if created
|
||||
File.open(path, 'a') {
|
Reference in New Issue
Block a user