From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/ruby/patches/patch-lib_fileutils_rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/ruby/patches/patch-lib_fileutils_rb (limited to 'package/ruby/patches/patch-lib_fileutils_rb') diff --git a/package/ruby/patches/patch-lib_fileutils_rb b/package/ruby/patches/patch-lib_fileutils_rb new file mode 100644 index 000000000..767a389d9 --- /dev/null +++ b/package/ruby/patches/patch-lib_fileutils_rb @@ -0,0 +1,12 @@ +$Id$ +--- ruby-1.8.6.orig/lib/fileutils.rb 2007-03-04 16:03:11.000000000 +0100 ++++ ruby-1.8.6/lib/fileutils.rb 2007-05-21 22:14:04.000000000 +0200 +@@ -1026,7 +1026,7 @@ module FileUtils + 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') { -- cgit v1.2.3