|
From: Lasse Kärkkäi. <tr...@us...> - 2012-07-04 05:37:29
|
Author: Lasse Karkkainen <tro...@tr...>
Date: Wed Jul 4 08:36:31 2012 +0300
New webconv binary for x86-64 (the old one doesn't run).
---
deploy.sh | 2 +-
webconv/webconv.bin | Bin 0 -> 88050 bytes
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/deploy.sh b/deploy.sh
index 7b76c42..7429d36 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -43,7 +43,7 @@ git pull ${GITPATH} master || exit 1
echo ">>> Rebuilding and installing the website"
TEMPPATH=`mktemp -d`
-${GITPATH}/webconv/webconv-x86-linux.bin ${GITPATH}/htdocs-source ${TEMPPATH} &&
+${GITPATH}/webconv/webconv.bin ${GITPATH}/htdocs-source ${TEMPPATH} &&
rsync -r --verbose ${TEMPPATH}/* ${SITEPATH} &&
rsync -r --verbose ${GITPATH}/htdocs-binary/* ${SITEPATH} &&
echo ">>> INSTALLATION SUCCESSFUL" ||
diff --git a/webconv/webconv.bin b/webconv/webconv.bin
new file mode 100755
index 0000000..b4745e4
Binary files /dev/null and b/webconv/webconv.bin differ
|