From: Kurt Zeilenga Date: Mon, 25 Jan 1999 02:30:58 +0000 (+0000) Subject: Move install.sh to install-sh. install.sh name may cause problems X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cd11c3081de4be2f7c43eed50ec04d7f3c5b29;p=thirdparty%2Fopenldap.git Move install.sh to install-sh. install.sh name may cause problems with some 'make' programs that have a rule to create 'install' from it there is no 'Makefile'. (per autoconf 2.12). --- diff --git a/build/install.sh b/build/install-sh similarity index 100% rename from build/install.sh rename to build/install-sh