From: Adrian Schröter Date: Thu, 12 Nov 2009 09:13:47 +0000 (+0000) Subject: another place to fix for xen tmpfs handling X-Git-Tag: obs_2.0~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd8e756599107ffb75b2c8261b242508439031f9;p=platform%2Fupstream%2Fbuild.git another place to fix for xen tmpfs handling --- diff --git a/build b/build index f529586..fc225f0 100755 --- a/build +++ b/build @@ -748,6 +748,7 @@ if test -n "$KILL" ; then fi elif test "$VM_TYPE" = 'xen'; then XENID="${VM_IMAGE%/root}" + XENID="${XENID%/tmpfs}" XENID="${XENID##*/}" if xm list "build:$XENID" >/dev/null 2>&1 ; then if ! xm destroy "build:$XENID" ; then