Changeset 121
- Timestamp:
- 11/19/08 13:38:08 (17 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 12 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/Makefile.am
r102 r121 23 23 24 24 ## Change installation location 25 # datadir = mangos/sql26 pkgdatadir = $(datadir)/ mangos/sql25 # datadir = trinity/sql 26 pkgdatadir = $(datadir)/trinity/sql 27 27 28 28 ## Files to be installed … … 33 33 characters.sql \ 34 34 create_mysql.sql \ 35 world_scripts_full.sql \ 36 world_scripts_structure.sql \ 35 37 drop_mysql.sql 36 38 … … 42 44 characters.sql \ 43 45 world.sql \ 46 world_scripts_full.sql \ 47 world_scripts_structure.sql \ 44 48 realmd.sql -
trunk/sql/tools/Makefile.am
r102 r121 22 22 23 23 ## Change installation location 24 # datadir = mangos/sql/tools25 pkgdatadir = $(datadir)/ mangos/sql/tools24 # datadir = trinity/sql/tools 25 pkgdatadir = $(datadir)/trinity/sql/tools 26 26 27 27 ## Files to be installed