pkgsrc/net/samba/patches/patch-at

13 lines
386 B
Text

$NetBSD: patch-at,v 1.15 2011/12/16 11:05:24 asau Exp $
--- script/installscripts.sh.orig 2010-01-14 10:12:10.000000000 +0000
+++ script/installscripts.sh
@@ -12,7 +12,7 @@ echo Installing scripts in $BINDIR
for d in $BINDIR; do
if [ ! -d $d ]; then
- mkdir $d
+ mkdir -p $d
if [ ! -d $d ]; then
echo Failed to make directory $d
echo Have you run installbin first?