blob: 4bb36eca028c2ec3903ce5c2ac83d478476fae2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.2 2008/04/14 21:33:01 jlam Exp $
--- Rakefile.orig 2008-04-13 03:20:46.000000000 -0400
+++ Rakefile
@@ -25,7 +25,6 @@ CLI_FILES = COMMON_FILES + FileList[
"cli/**/*",
'ChangeLog',
'bin/*',
- 'doc/rdebug.1',
'test/**/data/*.cmd',
'test/**/data/*.right',
'test/**/*.rb',
@@ -161,9 +160,6 @@ end
Rake::GemPackageTask.new(base_spec) do |pkg|
pkg.need_tar = true
end
-Rake::GemPackageTask.new(cli_spec) do |pkg|
- pkg.need_tar = true
-end
task :default => [:package]
|