Browse Source

fix bootstrap style

Waldemar Brodkorb 10 years ago
parent
commit
8f775ab456
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mk/pkg-bottom.mk

+ 2 - 2
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)