mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
ensure that we have all the copyright notices attached.
This commit is contained in:
@ -8,6 +8,7 @@ if [ -d $name ]; then
|
||||
fi
|
||||
mkdir $name || exit 1
|
||||
cp -r resty nginx.exe luajit.exe lua51.dll lua include lualib html conf logs $name/ || exit 1
|
||||
cp COPYRIGHT $name/
|
||||
cp /c/MinGW/bin/libgcc_s_dw2-1.dll $name/ || exit 1
|
||||
cd $name || exit 1
|
||||
PATH=/c/Strawberry/perl/bin:$PATH cmd /c 'pl2bat.bat resty' || exit 1
|
||||
@ -16,4 +17,3 @@ unix2dos conf/* html/*.html || exit 1
|
||||
cd .. || exit 1
|
||||
zip -r $name.zip $name || exit 1
|
||||
echo $name.zip
|
||||
|
||||
|
Reference in New Issue
Block a user