Explorar el Código

fix bootstrap style

Waldemar Brodkorb hace 12 años
padre
commit
8f775ab456
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)