summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-aw
blob: d3197be09e6844457be9bae5c09f42961926780f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aw,v 1.1 2005/11/14 08:05:27 jlam Exp $

--- script/installmodules.sh.orig	2005-10-12 13:03:44.000000000 -0400
+++ script/installmodules.sh
@@ -9,7 +9,7 @@ shift
 
 for d in $BASEDIR $LIBDIR; do
 if [ ! -d $d ]; then
-mkdir $d
+mkdir -p $d
 if [ ! -d $d ]; then
   echo Failed to make directory $d
   exit 1