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:
parent
7c1bea379c
commit
e36d5a5af5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue