blob: 08019bce65e76ee4c9652c3efd3289828e9822c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- install.rb.orig Thu Jul 27 02:58:38 2000
+++ install.rb Wed Feb 21 13:54:38 2001
@@ -64,7 +64,7 @@
for f in files
next if (f = f[srcdir.length+1..-1]) == nil
path.push f if File.ftype(File.join(srcdir, f)) == 'file'
- dir |= File.dirname(File.join(destdir, f))
+ dir |= [ File.dirname(File.join(destdir, f)) ]
end
@ftools.makedirs(*dir)
for f in path
|