projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eabd9c
)
Do not package twice libospf #1688
author
Florian Fainelli
<florian@openwrt.org>
Mon, 14 May 2007 17:50:17 +0000
(17:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 14 May 2007 17:50:17 +0000
(17:50 +0000)
SVN-Revision: 7230
net/quagga/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga/Makefile
b/net/quagga/Makefile
index 21cb357d3c3918e1aa0726483648ea9e3d318518..6ac455b133ba31a6770e6eca8c85b569ee71e8d5 100644
(file)
--- 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