From 609269f3a4435fa71ed7e2d09d4cce6e5ece0358 Mon Sep 17 00:00:00 2001
From: Tim Niemeyer <tim@tn-x.org>
Date: Sat, 2 Feb 2019 13:51:32 +0100
Subject: [PATCH] alfred-json: compile fix
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This fixes:
Makefile:27: *** missing separator.  Stop.

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
---
 src/packages/fff/alfred-json/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile
index e41b9195..43129c56 100644
--- a/src/packages/fff/alfred-json/Makefile
+++ b/src/packages/fff/alfred-json/Makefile
@@ -20,8 +20,8 @@ define Package/alfred-json
 endef
 
 define Package/alfred-json/install
-    $(INSTALL_DIR) $(1)/bin/
-    $(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/
+	$(INSTALL_DIR) $(1)/bin/
+	$(CP) $(PKG_INSTALL_DIR)/usr/bin/alfred-json $(1)/bin/
 endef
 
 $(eval $(call BuildPackage,alfred-json))
-- 
GitLab