use /bin/sh to execute recollinstall instead of making it executable
This commit is contained in:
parent
4fbe509eed
commit
8a05961483
@ -71,6 +71,6 @@ maintainer-clean: distclean
|
|||||||
install: all
|
install: all
|
||||||
DESTDIR=${DESTDIR} bindir=${bindir} datadir=${datadir} \
|
DESTDIR=${DESTDIR} bindir=${bindir} datadir=${datadir} \
|
||||||
mandir=${mandir} \
|
mandir=${mandir} \
|
||||||
./recollinstall ${prefix}
|
/bin/sh ./recollinstall ${prefix}
|
||||||
|
|
||||||
.PHONY: all static clean distclean install
|
.PHONY: all static clean distclean install
|
||||||
|
|||||||
2
src/configure
vendored
2
src/configure
vendored
@ -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:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
|
||||||
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod a+x recollinstall
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user