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