Merge pull request #661 from paddatrapper/fix-dos-line-endings
Convert all line endings in the tarball to unix
This commit is contained in:
commit
14ba514890
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ popd
|
||||||
#echo "Done"
|
#echo "Done"
|
||||||
|
|
||||||
pushd /tmp/
|
pushd /tmp/
|
||||||
|
find libretime-${suffix} -type f -exec dos2unix {} \;
|
||||||
echo -n "Creating tarball..."
|
echo -n "Creating tarball..."
|
||||||
tar -czf $target_file \
|
tar -czf $target_file \
|
||||||
--owner=root --group=root \
|
--owner=root --group=root \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue