do not truncate dds files :(

This commit is contained in:
Rudolf Polzer 2010-12-17 10:20:40 +01:00
parent 38a7ac1420
commit a780c8749a

View File

@ -88,6 +88,6 @@ esac
if [ -n "$fourcchack" ]; then
# use dd to hack in the right FOURCC
echo -n "$fourcchack" | dd of="$dst" bs=1 count=4 seek=84
echo -n "$fourcchack" | dd of="$dst" bs=1 count=4 seek=84 conv=notrunc
rm -rf "$fourcchack_dir"
fi