From 8287325d4dcd3065ce970a9772b6a3ff7f80e8aa Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Tue, 30 Dec 2008 19:04:43 +0000 Subject: Fix install errors with Autotools build system. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1891 5417fbe8-f217-4b02-8779-1006273d7864 --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6395963bb..b8e41db96 100644 --- a/src/Makefile +++ b/src/Makefile @@ -111,6 +111,7 @@ install: services test -d ${INSTDIR} || mkdir ${INSTDIR} $(INSTALL) services $(INSTDIR)/services $(INSTALL) bin/anoperc $(INSTDIR)/anoperc + test -d ${INSTDIR}/data || mkdir ${INSTDIR}/data (cd ../lang ; $(MAKE) install) $(CP) ../data/* $(INSTDIR)/data $(INSTALL) bin/mydbgen $(INSTDIR)/data/mydbgen -- cgit