use /bin/sh to execute recollinstall instead of making it executable

This commit is contained in:
dockes 2009-10-30 08:53:31 +00:00
parent 4fbe509eed
commit 8a05961483
2 changed files with 1 additions and 3 deletions

View File

@ -71,6 +71,6 @@ maintainer-clean: distclean
install: all
DESTDIR=${DESTDIR} bindir=${bindir} datadir=${datadir} \
mandir=${mandir} \
./recollinstall ${prefix}
/bin/sh ./recollinstall ${prefix}
.PHONY: all static clean distclean install

2
src/configure vendored
View File

@ -7827,5 +7827,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
{ $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
chmod a+x recollinstall