diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 12:54:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 12:55:26 +0200 |
commit | 8f775ab456b70f36bfe5437723c74cdc61395ebf (patch) | |
tree | 8d2915f9d769be9340317494e033886fcba4f861 /mk | |
parent | e8a1a97faa8452e45faeb5050db5404f242e1661 (diff) |
fix bootstrap style
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index f651e7315..4df541ca4 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -17,8 +17,8 @@ pre-configure: do-configure: post-configure: ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE} -ifneq (,$(filter ,${AUTOTOOL_STYLE})) - cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) bootstrap $(MAKE_TRACE) +ifneq (,$(filter bootstrap,${AUTOTOOL_STYLE})) + cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) bootstrap.sh $(MAKE_TRACE) endif ifneq (,$(filter autogen,${AUTOTOOL_STYLE})) cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) autogen.sh $(MAKE_TRACE) |