Parsedown: Rename LICENSE.txt to LICENSE

This commit is contained in:
Eric Lippmann 2014-12-29 16:30:44 +01:00
parent ff17c3729c
commit 0b8ab18243
2 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ DESTINATION=.
wget -O ${FILENAME}.tar.gz https://github.com/erusev/parsedown/archive/${RELEASE}.tar.gz
tar xfz ${FILENAME}.tar.gz -C $DESTINATION/ --strip-components 1 $FILENAME/Parsedown.php $FILENAME/LICENSE.txt
chmod 644 $DESTINATION/Parsedown.php
mv LICENSE.txt LICENSE