summaryrefslogtreecommitdiff
path: root/graphics/ruby-rmagick/files/patch-setup.rb
blob: 5951e653a35581e9e2da7f6045cb0520f49b0024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- setup.rb.orig	Tue Aug 29 19:50:14 2006
+++ setup.rb	Tue Aug 29 19:51:57 2006
@@ -227,17 +227,17 @@
                    'the directory for system configuration files'),
       PathItem.new('localstatedir', 'path', parameterize.call(c['localstatedir']),
                    'the directory for local state data'),
-      PathItem.new('libruby', 'path', libruby,
+      PathItem.new('libruby', 'path', parameterize.call(libruby),
                    'the directory for ruby libraries'),
-      PathItem.new('librubyver', 'path', librubyver,
+      PathItem.new('librubyver', 'path', parameterize.call(librubyver),
                    'the directory for standard ruby libraries'),
-      PathItem.new('librubyverarch', 'path', librubyverarch,
+      PathItem.new('librubyverarch', 'path', parameterize.call(librubyverarch),
                    'the directory for standard ruby extensions'),
-      PathItem.new('siteruby', 'path', siteruby,
+      PathItem.new('siteruby', 'path', parameterize.call(siteruby),
           'the directory for version-independent aux ruby libraries'),
-      PathItem.new('siterubyver', 'path', siterubyver,
+      PathItem.new('siterubyver', 'path', parameterize.call(siterubyver),
                    'the directory for aux ruby libraries'),
-      PathItem.new('siterubyverarch', 'path', siterubyverarch,
+      PathItem.new('siterubyverarch', 'path', parameterize.call(siterubyverarch),
                    'the directory for aux ruby binaries'),
       PathItem.new('rbdir', 'path', '$siterubyver',
                    'the directory for ruby scripts'),