Skip to content
Snippets Groups Projects
Commit 609269f3 authored by Tim Niemeyer's avatar Tim Niemeyer Committed by Adrian Schmutzler
Browse files

alfred-json: compile fix


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

Signed-off-by: default avatarTim Niemeyer <tim@tn-x.org>
Reviewed-by: default avatarFabian Bläse <fabian@blaese.de>
parent 277e9006
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment