mii-tool: fix variable being declared too early 3263/head
authorStijn Segers <francesco.borromini@inventati.org>
Thu, 29 Sep 2016 19:11:42 +0000 (21:11 +0200)
committerStijn Segers <francesco.borromini@inventati.org>
Thu, 29 Sep 2016 19:11:42 +0000 (21:11 +0200)
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
net/mii-tool/Makefile

index d12da09b70613c629abf9cdb1b7e7b35ed8fe1c3..714837e372e1bd43172798438bd32f3c6bc38ce1 100644 (file)
@@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mii-tool
 PKG_VERSION=2016-07-10-$(PKG_SOURCE_VERSION)
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=GPL-2.0
 PKG_MAINTAINER:=Stijn Segers <borromini.reg@protonmail.com>
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=115f1af2494ded1fcd21c8419d5e289bc4df380f
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz