Remove printrun

master
daid303 2012-10-12 09:31:05 +02:00
parent 009b856310
commit 67d51bd066
1 changed files with 0 additions and 14 deletions

View File

@ -103,16 +103,6 @@ else
downloadURL https://bitbucket.org/pypy/pypy/downloads/pypy-${PYPY_VERSION}-${BUILD_TARGET}.tar.bz2
fi
#Get our own version of Printrun
if [ ! -d "Printrun" ]; then
git clone git://github.com/daid/Printrun.git
else
echo "Updating Printrun"
cd Printrun
git pull
cd ..
fi
#############################
# Build the packages
#############################
@ -180,10 +170,6 @@ cp -a Cura/* ${TARGET_DIR}/Cura
#Add cura version file
echo $BUILD_NAME > ${TARGET_DIR}/Cura/version
#add printrun
cp -a Printrun ${TARGET_DIR}/Printrun
rm -rf ${TARGET_DIR}/Printrun/.git*
#add script files
if [ $BUILD_TARGET = "win32" ]; then
cp -a scripts/${BUILD_TARGET}/*.bat $TARGET_DIR/