From 7e8ac80dee19422cc6de56d25c2d391e752a5564 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 27 Jan 2019 17:38:21 +0100 Subject: [PATCH] alfred-json: Remove inapplicable lines from Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 f600a2a..82812b0 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