Files
pkgsrc-ng/net/samba35/patches/patch-as
2013-09-26 17:14:40 +02:00

14 lines
373 B
Plaintext

$NetBSD: patch-as,v 1.1.1.1 2010/12/06 17:01:23 adam 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