about summary refs log tree commit diff
path: root/setup.sh
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-01-20 21:45:22 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-01-20 21:45:22 +0100
commit12684d65624b0b0f694ebac6925cbafcae505182 (patch)
tree51c9711623a64343038bbd0a4f337e24999410ff /setup.sh
parentVersion bump (diff)
downloadkcc-12684d65624b0b0f694ebac6925cbafcae505182.tar.gz
kcc-12684d65624b0b0f694ebac6925cbafcae505182.tar.bz2
kcc-12684d65624b0b0f694ebac6925cbafcae505182.zip
Code cleanup
Diffstat (limited to '')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index fa4d85d..ccabf2e 100755
--- a/setup.sh
+++ b/setup.sh
@@ -21,5 +21,5 @@ echo "#!/usr/bin/env python3" > kcc-c2p-bin
 cat kcc-c2p.zip >> kcc-c2p-bin
 chmod +x kcc-c2p-bin
 
-tar --xform s:^.*/:: --xform s/kcc-bin/kcc/ --xform s/kcc-c2p-bin/kcc-c2p/ --xform s/kcc-c2e-bin/kcc-c2e/ --xform s/comic2ebook/kcc/ -czf KindleComicConverter_linux_$VERSION.tar.gz kcc-bin kcc-c2e-bin kcc-c2p-bin LICENSE.txt icons/comic2ebook.png
+tar --xform s:^.*/:: --xform s/kcc-bin/kcc/ --xform s/kcc-c2p-bin/kcc-c2p/ --xform s/kcc-c2e-bin/kcc-c2e/ --xform s/comic2ebook/kcc/ -czf KindleComicConverter_linux_${VERSION}.tar.gz kcc-bin kcc-c2e-bin kcc-c2p-bin LICENSE.txt icons/comic2ebook.png
 rm __main__.py kcc.zip kcc-c2e.zip kcc-c2p.zip kcc-bin kcc-c2e-bin kcc-c2p-bin
\ No newline at end of file