From 58b9db58773cfdc43c38a4399b99309ab23b78b6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 14 Apr 2008 07:41:30 +0000 Subject: =?UTF-8?q?2008-04-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bootstrap: Use find . ... preinstall.am for portability reasons. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 1dd8c9195d..2f7d4dc450 100755 --- a/bootstrap +++ b/bootstrap @@ -98,7 +98,7 @@ done case $mode in preinstall) - confs=`find -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;` + confs=`find . -name Makefile.am -exec grep -l 'include .*/preinstall\.am' {} \;` for i in $confs; do dir=$(dirname $i); test "$quite" = "true" || echo "Generating $dir/preinstall.am" -- cgit v1.2.3