From patchwork Sun Jan 27 16:38:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [4/6] alfred-json: Remove inapplicable lines from Makefile From: Adrian Schmutzler X-Patchwork-Id: 986 Message-Id: <20190127163823.23382-5-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 27 Jan 2019 17:38:21 +0100 Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- src/packages/fff/alfred-json/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile index daa74e76..f3534636 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -6,8 +6,6 @@ PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=e4cacfc791092389f63c36a435d3f1d069f8a13e -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/FreifunkFranken/alfred-json.git include $(INCLUDE_DIR)/package.mk