Convert all line endings in the tarball to unix

This is needed because quilt cannot patch line-endings correctly
and the Zend framework uses some CRLF line endings instead of LF.
This commit is contained in:
Kyle Robbertze 2018-12-24 00:40:25 +02:00
parent 7c1bea379c
commit e36d5a5af5
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ popd
#echo "Done"
pushd /tmp/
find libretime-${suffix} -type f -exec dos2unix {} \;
echo -n "Creating tarball..."
tar -czf $target_file \
--owner=root --group=root \