Fix typo :(

This commit is contained in:
David Sansome 2011-01-08 17:18:32 +00:00
parent 56cbc16df9
commit a51dc42850
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ tar -czf $name-$version.tar.gz "$root" \
--exclude "$root/dist/*.tar.gz"
echo "Also creating ${name}_${deb_version}~${deb_dist}.orig.tar.gz..."
cp "$name-$version.tar.gz" "${name}_${deb_version}~${deb_dist}.orig.tar.gzz"
cp "$name-$version.tar.gz" "${name}_${deb_version}~${deb_dist}.orig.tar.gz"