uclient: fix uclient-fetch permissions

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40742 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2014-05-09 09:46:44 +00:00
parent 4aa9801f75
commit e216a6020c

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