alfred-json: compile fix

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

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Tim Niemeyer 2019-02-02 13:51:32 +01:00 committed by Adrian Schmutzler
parent 277e90061c
commit 609269f3a4
1 changed files with 2 additions and 2 deletions

View File

@ -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))