diff options
Diffstat (limited to 'textproc/ruby-rttool/patches/patch-aa')
-rw-r--r-- | textproc/ruby-rttool/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/ruby-rttool/patches/patch-aa b/textproc/ruby-rttool/patches/patch-aa deleted file mode 100644 index cfa5617cb7a..00000000000 --- a/textproc/ruby-rttool/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/11/28 04:48:25 taca Exp $ - ---- setup.rb.orig 2001-07-09 17:53:45.000000000 +0900 -+++ setup.rb -@@ -640,7 +640,7 @@ class Installer - end - - def install_so( dest ) -- to = isdir(File.expand_path @config['so-dir'] + '/' + dest) -+ to = isdir(File.expand_path(@config['so-dir'] + '/' + dest)) - find_so('.').each do |name| - install name, to, 0555 - end |