Do not package twice libospf #1688
authorFlorian Fainelli <florian@openwrt.org>
Mon, 14 May 2007 17:50:17 +0000 (17:50 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 14 May 2007 17:50:17 +0000 (17:50 +0000)
SVN-Revision: 7230

net/quagga/Makefile

index 21cb357d3c3918e1aa0726483648ea9e3d318518..6ac455b133ba31a6770e6eca8c85b569ee71e8d5 100644 (file)
@@ -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