summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-ah
blob: f7b4095c879a493a226325f569c84cb26dcf7e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2001/07/13 16:08:41 taca 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