From 0cae2b2802e5a04fc21c8f8259b2e66c2ff2aad5 Mon Sep 17 00:00:00 2001 From: lehtonen Date: Mon, 27 Jun 2011 10:04:42 +0000 Subject: [PATCH] Fixing installer build scripts git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/branches@21392 ac1ea38d-2e2b-0410-8846-a27921b304fc --- simantics-1.4/installer/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simantics-1.4/installer/download b/simantics-1.4/installer/download index 8c6ed4a8..4288e4e2 100755 --- a/simantics-1.4/installer/download +++ b/simantics-1.4/installer/download @@ -5,6 +5,6 @@ cd `dirname $0` BUILD=$1 rm -f files/dist.zip -cp -v ~/.hudson/jobs/${BUILD} files/dist.zip || exit -1 +cp -v /var/lib/jenkins/jobs/${BUILD} files/dist.zip || exit -1 popd > /dev/null -- 2.47.1