From b920ef23ca4777e2492e1ea7fd614e16154e73ad Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Oct 2001 08:04:00 +0000 Subject: more fixes due to automake 1.5 --- scripts/install-sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/install-sh') diff --git a/scripts/install-sh b/scripts/install-sh index ebc66913e..e9de23842 100755 --- a/scripts/install-sh +++ b/scripts/install-sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # install - install a program, script, or datafile # This comes from X11R5 (mit/util/scripts/install.sh). @@ -118,6 +118,7 @@ if [ x"$dir_arg" != x ]; then if [ -d $dst ]; then instcmd=: + chmodcmd="" else instcmd=mkdir fi -- cgit v1.2.3