From: florian Date: Mon, 10 Dec 2007 17:51:01 +0000 (+0000) Subject: Fix bitchx installation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7056fa4779f4e36e5acd907ad7a98e6a1005aaae;p=packages.git Fix bitchx installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@9703 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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