mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
move exec permissions fix at Build/Prepare stage
SVN-Revision: 8802
This commit is contained in:
parent
9ad89ea9cb
commit
3a713ff202
@ -195,6 +195,11 @@ define Package/ip6tables-utils
|
||||
TITLE:=ip6tables save and restore utilities
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
rm -f $(PKG_BUILD_DIR)/.configured*
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
@ -202,7 +207,6 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
chmod a+x $(PKG_BUILD_DIR)/extensions/.*-test*
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Loading…
Reference in New Issue
Block a user