commit c586d384fa65c039ff0b36f44d0115e32e276f12
parent 4e672a134e8f52e4979b6349c1638e2fe3277749
Author: Michael Heimpold <mhei@heimpold.de>
Date: Thu, 6 Oct 2016 18:36:35 +0200
mii-tool: fix build on buildbots, next trial (fixes #3263)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/mii-tool/Makefile b/net/mii-tool/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mii-tool
PKG_VERSION=2016-07-10-$(PKG_SOURCE_VERSION)
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code
@@ -42,7 +42,7 @@ endef
define Build/Configure
# Failed configure.sh leaves stub config.h around.
rm -f $(PKG_BUILD_DIR)/config.h
- (cd $(PKG_BUILD_DIR) && yes $$$$'\n' | ./configure.sh config.in )
+ ( cd $(PKG_BUILD_DIR); yes $$$$'\n' | ./configure.sh config.in )
endef
define Package/mii-tool/install