uclient: fix uclient-fetch permissions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40742
This commit is contained in:
Felix Fietkau 2014-05-09 09:46:44 +00:00
parent 93d8170084
commit 9a22b006de

View File

@ -44,7 +44,7 @@ endef
define Package/uclient-fetch/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/uclient-fetch $(1)/usr/bin/
endef
$(eval $(call BuildPackage,libuclient))