use correct dir for creation of icecream env 65/68665/5
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 19 Jul 2015 14:20:13 +0000 (16:20 +0200)
committerJulien Isorce <j.isorce@samsung.com>
Tue, 10 May 2016 12:27:01 +0000 (05:27 -0700)
commit75e5560e081b71549505e1841b446c9472bde5d8
tree5bb892799bd212329683ef8d56baba86b8e9a0c6
parent5de2f8e79be61c2d405302aaa1dba961a3129c81
use correct dir for creation of icecream env

/var/run might point to the absolute path /run. Thus any commands
referencing $BUILD_ROOT/var/run are actually using the hosts /run
directory, whereas the "cd" tries to change to the nonexisting
/run/icecream directory and fails.

This is a cherry-pick from upstream:
https://github.com/openSUSE/obs-build/commit/21359a6ebcbacdb1754a7c4339a7cca7e496e52f

Change-Id: Ibb87b525f115c5f9435c18db9c72773ca058d8ff
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
build