quagga: do not install anything to /var
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17499 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a2b914be78
commit
9edc6d08d0
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -121,7 +121,6 @@ define Package/quagga/install
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d/
|
$(INSTALL_DIR) $(1)/etc/init.d/
|
||||||
$(INSTALL_BIN) ./files/quagga $(1)/usr/sbin/quagga.init
|
$(INSTALL_BIN) ./files/quagga $(1)/usr/sbin/quagga.init
|
||||||
$(INSTALL_BIN) ./files/quagga.init $(1)/etc/init.d/quagga
|
$(INSTALL_BIN) ./files/quagga.init $(1)/etc/init.d/quagga
|
||||||
$(INSTALL_DIR) $(1)/var/run/quagga
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/quagga/postinst
|
define Package/quagga/postinst
|
||||||
|
|
Loading…
Reference in a new issue