blob: d71638956542623e277c24ce91204e6c556cb776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.1.1.1 2002/06/25 15:31:34 taca Exp $
--- script/installswat.sh.orig Thu Jan 31 16:56:23 2002
+++ script/installswat.sh
@@ -10,7 +10,7 @@
for d in $SWATDIR $SWATDIR/help $SWATDIR/images $SWATDIR/include; do
if [ ! -d $d ]; then
- mkdir $d
+ mkdir -p $d
if [ ! -d $d ]; then
echo Failed to make directory $d, does $USER have privileges?
exit 1
|