mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
make_win_src_distribution.sh:
Copy some previously missed files scripts/make_win_src_distribution.sh: Copy some previously missed files
This commit is contained in:
@ -249,11 +249,12 @@ touch $BASE/innobase/ib_config.h
|
||||
#
|
||||
# Copy miscellaneous files
|
||||
#
|
||||
|
||||
|
||||
cd $SOURCE
|
||||
for i in COPYING COPYING.LIB ChangeLog README \
|
||||
INSTALL-SOURCE INSTALL-WIN \
|
||||
INSTALL-WIN-SOURCE \
|
||||
INSTALL-WIN-SOURCE \
|
||||
Docs/manual_toc.html Docs/manual.html \
|
||||
Docs/manual.txt Docs/mysqld_error.txt \
|
||||
Docs/INSTALL-BINARY
|
||||
|
||||
@ -263,6 +264,20 @@ do
|
||||
then
|
||||
$CP $i $BASE/$i
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
# Raw dirs from source tree
|
||||
#
|
||||
|
||||
for i in Docs/Flags scripts sql-bench SSL \
|
||||
tests tools
|
||||
do
|
||||
print_debug "Copying directory '$i'"
|
||||
if [ -d $i ]
|
||||
then
|
||||
$CP -R $i $BASE/$i
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user