From c414cf91aa2d2f1d8d20d41f5ea0df8af731ee4b Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 27 Jan 2013 06:09:31 +0000 Subject: [PATCH] * adjust the buildxampp.sh. --- build/linux/buildxmapp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/buildxmapp.sh b/build/linux/buildxmapp.sh index 7a3bee82de..ee5bd01e84 100755 --- a/build/linux/buildxmapp.sh +++ b/build/linux/buildxmapp.sh @@ -213,7 +213,7 @@ cp ../start . cp ../start88 . cp ../stop . cp ../lamppctl ./lampp -cp ../../windows/xampp/index.php htdocs/ +cp ../../xampp/index.php htdocs/ # make the auth file mkdir auth @@ -223,7 +223,7 @@ echo 'use "../bin/htpasswd -b users username password" to add a new user.' > aut # process the phpmyadmin 7z x $1/phpmyadmin.7z mkdir admin -mv phpMyAdmin-3.5.4-all-languages admin/phpmyadmin +mv phpMyAdmin-3.5.5-all-languages admin/phpmyadmin mv admin/phpmyadmin/locale admin/phpmyadmin/locale.bak mkdir admin/phpmyadmin/locale mv admin/phpmyadmin/locale.bak/en_GB admin/phpmyadmin/locale