From 67d51bd066d6f7b5362680318d0ae54b52797f68 Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 12 Oct 2012 09:31:05 +0200 Subject: [PATCH] Remove printrun --- package.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/package.sh b/package.sh index 29dc4581..349b9e87 100755 --- a/package.sh +++ b/package.sh @@ -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/ -- 2.30.2