From 77a10845f4f1bade2337b4acfe0c9e5262ae38c6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 4 Aug 2006 06:46:07 +0000 Subject: Fix one more problem with missing COREDIR and clean up setup.rb --- setup.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.rb') diff --git a/setup.rb b/setup.rb index e97041d3..85a47543 100755 --- a/setup.rb +++ b/setup.rb @@ -355,7 +355,6 @@ class ConfigTable_class # open again 'site-ruby-common' => 'siteruby', # For backward compatibility 'site-ruby' => 'siterubyver', # For backward compatibility 'bin-dir' => 'bindir', - 'bin-dir' => 'bindir', 'rb-dir' => 'rbdir', 'so-dir' => 'sodir', 'data-dir' => 'datadir', @@ -1197,7 +1196,7 @@ class Installer def ruby_scripts collect_filenames_auto().select {|n| /\.rb\z/ =~ n } end - + # picked up many entries from cvs-1.11.1/src/ignore.c reject_patterns = %w( core RCSLOG tags TAGS .make.state -- cgit v1.2.3