[misc/script/mkicons.sh] fix names of svg

This commit is contained in:
Ian Whyman
2010-05-20 22:13:13 +01:00
parent 9fa4dbd590
commit 92feb296cf
+2 -2
View File
@@ -19,7 +19,7 @@ done
echo "moving ${1} to scalable/$2/$3.svgz"
mkdir -p scalable/$2
cp $1 ./scalable/$2/$3
gzip -c scalable/$2/$3 > scalable/$2/$3.svgz
cp $1 ./scalable/$2/$3.svg
gzip -c scalable/$2/$3.svg > scalable/$2/$3.svgz
rm $1