From f9ec305b1ba5928b2a4d5aff4c38c614b31c45f1 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 28 Dec 2009 04:20:19 +0000 Subject: * tool/install-sh: wrote the intention. [ruby-dev:39928] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ tool/install-sh | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) mode change 100755 => 100644 tool/install-sh diff --git a/ChangeLog b/ChangeLog index 62d750480..73f23f1e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 28 13:18:52 2009 Yuki Sonoda (Yugui) + + * tool/install-sh: wrote the intention. [ruby-dev:39928] + Sun Dec 27 10:45:00 2009 Masaki Suketa * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize diff --git a/tool/install-sh b/tool/install-sh old mode 100755 new mode 100644 index e69de29bb..a5d118598 --- a/tool/install-sh +++ b/tool/install-sh @@ -0,0 +1,17 @@ +#!/bin/sh + +# Just only for using AC_PROG_INSTALL in configure.in. +# See autoconf.info for more detail. + +cat <&2 +Ruby tries to use a BSD-compatible install(1) if possible. However Ruby +has its own install(1) alternative. + +This script is necessary just for using AC_PROG_INSTALL in configure.in, +however, it will not executed. So this script just fails. +Please report a bug of Ruby to http://redmine.ruby-lang.org if you meet +this message. + +Thank you. +EOF +exit 1 -- cgit