quagga-unstable: do not install anything to /var

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17500 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-03 01:14:06 +00:00
parent a2627815a5
commit 469d855987

View File

@ -122,7 +122,6 @@ define Package/quagga-unstable/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-unstable/postinst