From 649affc6506e3a9beaaf1c296d68bc0e6c53b58b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 4 Sep 2019 17:43:58 +0200 Subject: [PATCH] Fix vnstat makefile --- vnstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vnstat/Makefile b/vnstat/Makefile index 65e5874f8..90b75952e 100644 --- a/vnstat/Makefile +++ b/vnstat/Makefile @@ -28,7 +28,7 @@ define Package/vnstat/Default SECTION:=net CATEGORY:=Network URL:=http://humdi.net/vnstat/ - DEPENDS+=libsqlite3 + DEPENDS:=+libsqlite3 endef define Package/vnstat @@ -96,7 +96,7 @@ define Package/vnstat/install $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./files/vnstat.defaults $(1)/etc/uci-defaults/vnstat $(INSTALL_DIR) $(1)/usr/libexec/rpcd - $(INSTALL_BIN) ./files/vnstat.rpcd $(1)/usr/lib/libexec/rpcd/vnstat + $(INSTALL_BIN) ./files/vnstat.rpcd $(1)/usr/libexec/rpcd/vnstat endef define Package/vnstati/install