summaryrefslogtreecommitdiff
path: root/post-build-create-image-manifest.sh
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-08-07 13:24:54 +0300
committerRiku Voipio <riku.voipio@linaro.org>2013-08-07 13:24:54 +0300
commiteefa9b5f0a5b5c3f0e416652387dac9dfb96c83a (patch)
treeb443d43f121a49cc35edc242ad72179f71e6034d /post-build-create-image-manifest.sh
parentbac446e3b217dd59b73a659e874a04647480b816 (diff)
tmpdir: remove expansion
poky does not set TCLIBCAPPEND, thus there is some tmp/tmp-eglibc mixup for the TMPDIR. To keep things simple, disable TCLIBCAPPEND everywhere.
Diffstat (limited to 'post-build-create-image-manifest.sh')
-rw-r--r--post-build-create-image-manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index f736aba..bd63f06 100644
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -5,7 +5,7 @@ if [ -n "${WORKSPACE}" ]; then
rm -rf ${WORKSPACE}/out/*
deploy_dir=`find build -type d -name deploy`
if [ ! -d $deploy_dir/images ]; then
- deploy_dir=`find /mnt/ci_build/workspace/tmp-eglibc/ -type d -name deploy`
+ deploy_dir=`find /mnt/ci_build/workspace/tmp -type d -name deploy`
fi
cd ${deploy_dir}/images
for img in *.rootfs.tar.gz