Use "install -d" to make directories.
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Jun 2002 16:31:55 +0000 (16:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Jun 2002 16:31:55 +0000 (16:31 +0000)
v7/dist/make-dist-files

index f61cc5a4526a63f03a4a1e056ba6cdfebf82502c..384e0ab6065745c5e83627c3cbf79ef314cca7ae 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# $Id: make-dist-files,v 1.20 2001/04/14 01:57:06 cph Exp $
+# $Id: make-dist-files,v 1.21 2002/06/17 16:31:55 cph Exp $
 #
-# Copyright (c) 2000-2001 Massachusetts Institute of Technology
+# Copyright (c) 2000-2002 Massachusetts Institute of Technology
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -59,7 +59,7 @@ if [ ! -f "${SRC_FILE}" ]; then
     exit 1
 fi
 
-MKDIR="mkdir -p"
+MKDIR="install -d -m 755"
 INSTALL="install -p"
 INSTALL_DATA="${INSTALL} -m 644"