Skip to content
Snippets Groups Projects
Commit 3a713ff2 authored by Nicolas Thill's avatar Nicolas Thill
Browse files

move exec permissions fix at Build/Prepare stage

SVN-Revision: 8802
parent 9ad89ea9
No related branches found
No related tags found
No related merge requests found
...@@ -195,6 +195,11 @@ define Package/ip6tables-utils ...@@ -195,6 +195,11 @@ define Package/ip6tables-utils
TITLE:=ip6tables save and restore utilities TITLE:=ip6tables save and restore utilities
endef endef
define Build/Prepare
$(call Build/Prepare/Default)
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
endef
define Build/Configure define Build/Configure
rm -f $(PKG_BUILD_DIR)/.configured* rm -f $(PKG_BUILD_DIR)/.configured*
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
...@@ -202,7 +207,6 @@ define Build/Configure ...@@ -202,7 +207,6 @@ define Build/Configure
endef endef
define Build/Compile define Build/Compile
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
mkdir -p $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment