Fixed connect-proxy install

pull/5/head
xSmurf 9 years ago
parent 9c57771a43
commit 49efb4a301

@ -16,7 +16,7 @@ define CONNECTPROXY_BUILD_CMDS
endef endef
define CONNECTPROXY_INSTALL_TARGET_CMDS define CONNECTPROXY_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/connect $(TARGET_DIR)/usr/bin/connect $(INSTALL) -m 0755 -D $(@D)/connect-proxy $(TARGET_DIR)/usr/bin/connect-proxy
endef endef
$(eval $(generic-package)) $(eval $(generic-package))

Loading…
Cancel
Save