Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-12-30 20:25:33 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-12-30 20:25:33 +0300
commit1b87db57245d9b6748191dbe7fa968b29f0c17dd (patch)
treec8b329e434b2b4ec29133718bd04479eac4ad6bf /scripts
parent7a34a1d8de86b0ac464f600021a0083062166e0d (diff)
bug #4675 phpMyAdmin should be able to work without 'examples' DIR - move SQL scripts to sql directory
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index b4a80c51e8..fec0a12da9 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -163,7 +163,7 @@ for kit in $KITS ; do
# Cleanup translations
cd phpMyAdmin-$version-$kit
scripts/lang-cleanup.sh $kit
- if [ -f examples/create_tables.sql ] ; then
+ if [ -f sql/create_tables.sql ] ; then
# 3.5 and newer
rm -rf scripts
else