diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-30 19:04:43 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-30 19:04:43 +0000 |
| commit | 8287325d4dcd3065ce970a9772b6a3ff7f80e8aa (patch) | |
| tree | 6674c9ab6a204b93380fdb8fcfc6089a69f2e64b /src/Makefile | |
| parent | 7974747cc2718fcc4fb6825b6853ca459ffaefef (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/Makefile | 1 |
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 |
