root/tags/omega-1.0.0-rc3/configs/database/Makefile

Revision 285, 197 bytes (checked in by rats, 2 years ago)

- CONFIGS:

modified sql datafiles to VHCS 2.4.8 ω
fixed bug #14

- DOCS:

changed SQL-Update-2.4.7.1-to-2.4.8.sql

- ENGINE:

added traffic correction by Thomas Partsch

- GUI TOOLS:

changed webmail default settings

- SETUP:

fixed bug in fcgi configuration

Line 
1
2export
3
4install:
5
6        $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/database
7        cp ./database.sql $(SYSTEM_CONF)/database
8        cp ./languages.sql $(SYSTEM_CONF)/database
9
10uninstall:
11
12        rm -rf $(SYSTEM_CONF)/database
13
Note: See TracBrowser for help on using the browser.