From e36d5a5af5adf1d90329f99ea0c14cbf93b3413c Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 24 Dec 2018 00:40:25 +0200 Subject: [PATCH] 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. --- dev_tools/release/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_tools/release/release.sh b/dev_tools/release/release.sh index 4f1aa5f0c..4ccf1c2f6 100755 --- a/dev_tools/release/release.sh +++ b/dev_tools/release/release.sh @@ -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 \