From: florian Date: Mon, 14 May 2007 17:50:17 +0000 (+0000) Subject: Do not package twice libospf #1688 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bc55f4588786ba3f4ade01b40807ea528a3dae7c;p=packages.git Do not package twice libospf #1688 git-svn-id: svn://svn.openwrt.org/openwrt/packages@7230 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 21cb357d3..6ac455b13 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -192,8 +192,6 @@ define Package/quagga-isisd/install endef define Package/quagga-ospfd/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libospf.so.* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/ endef