From 7056fa4779f4e36e5acd907ad7a98e6a1005aaae Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 10 Dec 2007 17:51:01 +0000 Subject: [PATCH] Fix bitchx installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@9703 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bitchx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bitchx/Makefile b/net/bitchx/Makefile index 3e44b59e5..56a7bba0b 100644 --- a/net/bitchx/Makefile +++ b/net/bitchx/Makefile @@ -65,7 +65,7 @@ endef define Package/bitchx/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib $(1)/etc/init.d $(1)/tmp - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/etc/init.d/bitchxrc $(1)/etc/init.d/ $(CP) $(PKG_INSTALL_DIR)/tmp/.bitchxrc $(1)/tmp -- 2.11.0