proftpd: do not install anything into /var
authorFelix Fietkau <nbd@openwrt.org>
Thu, 3 Sep 2009 00:11:25 +0000 (00:11 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Sep 2009 00:11:25 +0000 (00:11 +0000)
SVN-Revision: 17494

net/proftpd/Makefile

index 23ceb825bd813aafa7e00c08e21173f86cbfc9c6..33334e19ab6f62d86076ffd0ae0589be4868b96e 100644 (file)
@@ -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))