projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b914b
)
quagga: do not install anything to /var
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 01:14:04 +0000
(
01:14
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 01:14:04 +0000
(
01:14
+0000)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17499
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0815ebab4f3746c9b96b06d49090b5816b9975eb..4c2e10f8a4eed39f407e49c2b2e97be8f439c5aa 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-121,7
+121,6
@@
define Package/quagga/install
$(INSTALL_DIR) $(1)/etc/init.d/
$(INSTALL_BIN) ./files/quagga $(1)/usr/sbin/quagga.init
$(INSTALL_BIN) ./files/quagga.init $(1)/etc/init.d/quagga
- $(INSTALL_DIR) $(1)/var/run/quagga
endef
define Package/quagga/postinst