chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f4e1a
)
.
author
daid
<daid303@gmail.com>
Tue, 10 Jan 2012 16:34:05 +0000
(17:34 +0100)
committer
daid
<daid303@gmail.com>
Tue, 10 Jan 2012 16:34:05 +0000
(17:34 +0100)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index 4e19322bb4297234ef0fac8628bf4f3caeb1d587..f28f92be4a320e5ff6d3f830ac2da2e6f6e76491 100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-56,6
+56,11
@@
for NR in `ls patches`; do
echo $NR
done
+rm -rf Printrun
+git clone git://github.com/daid/Printrun.git
+rm -rf Printrun/.git
+echo "python\\python.exe printrun\\pronterface.py" > printrun.bat
+
cd target
7z a ../Skeinforge_PyPy.zip *
cd ..