From 9edc6d08d0d375714f288c3a9fb508dbaf1de996 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 3 Sep 2009 01:14:04 +0000 Subject: [PATCH] quagga: do not install anything to /var git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0815eba..4c2e10f 100644 --- 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