modules/Makefile: Don't try to install www/

That directory was removed in r1997 so trying to install it might be rather
tricky (in fact, it failed and caused 'make install' to abort).


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2000 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-05-18 16:16:04 +00:00
parent 86e55dc20e
commit 4e076a4b6e
-1
View File
@@ -92,7 +92,6 @@ create_install_dir:
rm -rf $(DESTDIR)$(MODDIR)/*.so
install_metadirs: create_install_dir
cp -Rp $(srcdir)/www $(DESTDIR)$(DATADIR)
for a in $(srcdir)/*; do \
d=$$(echo $$a | sed -e "s:$(srcdir)/::g"); \
if [ -d $$a ] && [ -f $${d}.so ]; then \