From 8dfbbf968017306b25efbd2c94d95bb3d139bda6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 3 Sep 2009 00:11:25 +0000 Subject: [PATCH] proftpd: do not install anything into /var SVN-Revision: 17494 --- net/proftpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 23ceb825bd..33334e19ab 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -43,7 +43,8 @@ define Package/proftpd/install $(1)/usr/include \ $(1)/usr/share \ $(1)/usr/man \ - $(1)/usr/lib/pkgconfig + $(1)/usr/lib/pkgconfig \ + $(1)/var endef $(eval $(call BuildPackage,proftpd)) -- 2.30.2