luci-app-privoxy: fix path to luci.mk after move
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 25 Jan 2015 17:30:07 +0000 (18:30 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 25 Jan 2015 17:30:07 +0000 (18:30 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
applications/luci-app-privoxy/Makefile

index 67284ef..4c1fc57 100644 (file)
@@ -33,6 +33,6 @@ help
        Maintainer: $(PKG_MAINTAINER)
 endef
 
        Maintainer: $(PKG_MAINTAINER)
 endef
 
-include ./luci.mk
+include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature
 
 # call BuildPackage - OpenWrt buildroot signature