1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:33:51 +03:00

fix the links name

Signed-off-by: Xiangfu Liu <xiangfu@qi-hardware.com>
This commit is contained in:
Xiangfu Liu 2009-10-18 10:59:44 +08:00
parent a16f4ea1c7
commit f524569954

View File

@ -36,7 +36,7 @@ CONFIGURE_ARGS += --without-x --without-fb --without-directfb
define Package/links/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/links2 $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/links $(1)/usr/bin/
endef
$(eval $(call BuildPackage,links))