diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-02-03 09:05:06 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-02-03 09:05:06 +0000 |
| commit | 7846ea22a774f42f23ab9bca2854c452c55b7078 (patch) | |
| tree | 7bb1cfe29a7a7df5569e4cd1f8eb9cd9702d6342 /Makefile | |
| parent | 5871d9c7d07d2f9bb12dd9aa9c83daa1b64d1fc6 (diff) | |
| download | xxv-7846ea22a774f42f23ab9bca2854c452c55b7078.tar.gz xxv-7846ea22a774f42f23ab9bca2854c452c55b7078.tar.bz2 | |
* Release XXV-1.1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,8 +55,8 @@ updateversion: DBTABLES = $(shell cat ./contrib/update-xxv | grep tables= | cut -d '=' -f 2 | sed -e s/\'//g;) updatesql: @echo Please type the DB-Password for root: - @mysqldump --skip-opt -u root -p -n -d --compatible=mysql40,no_table_options xxv $(DBTABLES) -r $(TMPDIR)/$(ARCHIVE)/contrib/upgrade-xxv-db.sql - @sed -e "s/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g" $(TMPDIR)/$(ARCHIVE)/contrib/upgrade-xxv-db.sql > ./contrib/upgrade-xxv-db.sql + @mysqldump --add-drop-table=FALSE --set-charset=FALSE -u root -p -n -d xxv $(DBTABLES) -r $(TMPDIR)/$(ARCHIVE)/contrib/upgrade-xxv-db.sql + @sed -e "s/CREATE TABLE/CREATE TABLE IF NOT EXISTS/g" -e "s/\ ENGINE=MyISAM.*;/;/g" $(TMPDIR)/$(ARCHIVE)/contrib/upgrade-xxv-db.sql > ./contrib/upgrade-xxv-db.sql setpermission: @find $(TMPDIR)/$(ARCHIVE) -type d -exec chmod 755 {} \; |
