projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb49c7
)
prosody: do not install anything into /var
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:53:28 +0000
(
00:53
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Sep 2009 00:53:28 +0000
(
00:53
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17496
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/prosody/Makefile
patch
|
blob
|
history
diff --git
a/net/prosody/Makefile
b/net/prosody/Makefile
index
a6ed1eb
..
4fedfc9
100644
(file)
--- a/
net/prosody/Makefile
+++ b/
net/prosody/Makefile
@@
-59,6
+59,7
@@
endef
define Package/prosody/install
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
+ rm -rf $(1)/var
endef
$(eval $(call BuildPackage,prosody))