summaryrefslogtreecommitdiff
path: root/net/samba2/patches/patch-ah
blob: 273ba5a9160fa7327e930ef61bbc244dacc8a352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1.1.1 2004/01/11 00:41:13 jlam Exp $

--- script/installcp.sh.orig	Mon Dec 13 22:27:43 1999
+++ script/installcp.sh
@@ -12,7 +12,7 @@
 echo Installing codepage files in $CODEPAGEDIR
 for d in $LIBDIR $CODEPAGEDIR; do
 if [ ! -d $d ]; then
-mkdir $d
+mkdir -p $d
 if [ ! -d $d ]; then
   echo Failed to make directory $d
   exit 1