projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3261e
)
proftpd: do not install anything into /var
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 3 Sep 2009 00:11:25 +0000
(
00:11
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 3 Sep 2009 00:11:25 +0000
(
00:11
+0000)
SVN-Revision: 17494
net/proftpd/Makefile
patch
|
blob
|
history
diff --git
a/net/proftpd/Makefile
b/net/proftpd/Makefile
index 23ceb825bd813aafa7e00c08e21173f86cbfc9c6..33334e19ab6f62d86076ffd0ae0589be4868b96e 100644
(file)
--- 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))