summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-30 19:04:43 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-30 19:04:43 +0000
commit8287325d4dcd3065ce970a9772b6a3ff7f80e8aa (patch)
tree6674c9ab6a204b93380fdb8fcfc6089a69f2e64b /src/Makefile
parent7974747cc2718fcc4fb6825b6853ca459ffaefef (diff)
Fix install errors with Autotools build system.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1891 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
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