summaryrefslogtreecommitdiff
blob: 375adb27047b24687e0151482ef42749cd77d8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- setup.rb.orig	2002-10-03 02:53:40.000000000 +0900
+++ setup.rb	2004-04-01 02:24:24.449195368 +0900
@@ -627,8 +627,8 @@
   end
 
   def isdir( dn )
-    mkpath dn
-    dn
+    mkpath "#{ENV["DESTDIR"]}" + dn
+    "#{ENV["DESTDIR"]}" + dn
   end
 
   def mkpath( dname )