Blob Blame History Raw
diff -ruN man-pages-ja-20070915.orig/script/configure.perl man-pages-ja-20070915/script/configure.perl
--- man-pages-ja-20070915.orig/script/configure.perl	2007-09-27 16:49:10.000000000 +0900
+++ man-pages-ja-20070915/script/configure.perl	2007-09-27 16:50:09.000000000 +0900
@@ -212,7 +212,7 @@
     my $mandst = "$MANROOT/man$sec";
 
     print ISS "echo -n install $pkg: $name.$sec .. \n";
-    print ISS "install -m 644 $mansrc $mandst\n";
+    print ISS "install -m 644 -p $mansrc $mandst\n";
 
     print ISS "echo -n converting to UTF-8 .. \n";
     print ISS "iconv -f euc-jp -t utf-8 $mandst/$name.$sec > $mandst/$name.$sec.tmp && mv $mandst/$name.$sec.tmp $mandst/$name.$sec\n";