[v1] alfred-json: compile fix

Submitted by Tim Niemeyer on Feb. 2, 2019, 12:51 p.m.

Details

Message ID 20190202125132.8458-1-tim@tn-x.org
State Accepted
Headers show

Commit Message

Tim Niemeyer Feb. 2, 2019, 12:51 p.m.
This fixes:
Makefile:27: *** missing separator.  Stop.

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
---

Changes in v1:
- First version of this patch

 src/packages/fff/alfred-json/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch hide | download patch | download mbox

diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile
index e41b919..43129c5 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))

Comments

Fabian Blaese Feb. 2, 2019, 1:33 p.m.
Reviewed-by: Fabian Bläse <fabian@blaese.de>

Fabian

On 02.02.19 13:51, Tim Niemeyer wrote:
> This fixes:
> Makefile:27: *** missing separator.  Stop.
> 
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
> Changes in v1:
> - First version of this patch
> 
>  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 e41b919..43129c5 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))
>
Adrian Schmutzler Feb. 3, 2019, 2:06 a.m.
Applied.

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf
> Of Tim Niemeyer
> Sent: Samstag, 2. Februar 2019 13:52
> To: franken-dev@freifunk.net
> Subject: [PATCH v1] alfred-json: compile fix
> 
> This fixes:
> Makefile:27: *** missing separator.  Stop.
> 
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
> Changes in v1:
> - First version of this patch
> 
>  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 e41b919..43129c5 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))
> --
> 2.11.0