1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

- Small fix for support-files/mysql.spec.sh

- Updated scripts/make_binary_distribution.sh to include the correct
   ChangeLog and the LICENSE file for non-GPL builds
This commit is contained in:
lenz@mysql.com
2002-10-02 13:06:04 +02:00
parent 019b5ab7b4
commit a15eafd0a0
2 changed files with 12 additions and 3 deletions

View File

@@ -54,10 +54,13 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \
chmod o-rwx $BASE/data $BASE/data/*
for i in sql/ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
Docs/manual.html Docs/manual.txt Docs/manual_toc.html
for i in ChangeLog COPYING COPYING.LIB README Docs/INSTALL-BINARY \
LICENSE Docs/manual.html Docs/manual.txt Docs/manual_toc.html
do
$CP $i $BASE
if [ -f $i ]
then
$CP $i $BASE
fi
done
for i in extra/comp_err extra/replace extra/perror extra/resolveip \