From a38994997f908cd185aaeb39c21ed001dc88bfd4 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 15 May 2003 23:42:31 +0000 Subject: [PATCH] Don't whine if you can't make the directory. Organization: Straylight/Edgeware From: mdw --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 5d05592..84e34da 100755 --- a/setup +++ b/setup @@ -6,4 +6,4 @@ mkaclocal libtoolize autoconf automake -mkdir build +mkdir -p build -- [mdw]