summaryrefslogtreecommitdiff
path: root/net/samba33/patches/patch-as
blob: 48c328aa65c14f3be29b6331bb07c6cb4880bc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $

--- script/installmodules.sh.orig	2010-01-14 10:12:10.000000000 +0000
+++ script/installmodules.sh
@@ -11,7 +11,7 @@ shift
 
 for d in $prefix $LIBDIR; do
 if [ ! -d $DESTDIR/$d ]; then
-mkdir $DESTDIR/$d
+mkdir -p $DESTDIR/$d
 if [ ! -d $DESTDIR/$d ]; then
   echo Failed to make directory $DESTDIR/$d
   exit 1