aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/include.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-19 00:28:45 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-11-19 00:28:45 -0800
commit020a3cfd00b02fde8dda7fa8d8a1a7eefda99eb4 (patch)
tree39831c020a1850c6c52552d559515c140bc09005 /scripts/include.sh
parent0076caef79d186be25deaf15f61a10c505980d3f (diff)
Updated libetpan dependency to c3d37fa8a135c36d9f296f01585e56b94dd55642
Diffstat (limited to 'scripts/include.sh')
-rwxr-xr-xscripts/include.sh/build-dep.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/include.sh/build-dep.sh b/scripts/include.sh/build-dep.sh
index 802b32c5..c167c548 100755
--- a/scripts/include.sh/build-dep.sh
+++ b/scripts/include.sh/build-dep.sh
@@ -107,7 +107,7 @@ build_git_ios()
cd "$tmpdir/bin"
mkdir -p "$name-$version/$name"
mkdir -p "$name-$version/$name/lib"
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
mkdir -p "$name-$version/$name/include"
mv Release-iphoneos/include/MailCore "$name-$version/$name/include"
else
@@ -124,12 +124,12 @@ build_git_ios()
else
echo Dependency $dep not found
fi
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
cp -R "$name-$version/$dep/lib" "$name-$version/$name"
rm -rf "$name-$version/$dep"
fi
done
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
mv "$name-$version/$name/lib" "$name-$version"
mv "$name-$version/$name/include" "$name-$version"
rm -rf "$name-$version/$name"
@@ -241,7 +241,7 @@ build_git_osx()
cd "$tmpdir/bin"
mkdir -p "$name-$version/$name"
mkdir -p "$name-$version/$name/lib"
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
mkdir -p "$name-$version/$name/include"
mv Release/include/MailCore "$name-$version/$name/include"
else
@@ -256,12 +256,12 @@ build_git_osx()
else
echo Dependency $dep not found
fi
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
cp -R "$name-$version/$dep/lib" "$name-$version/$name"
rm -rf "$name-$version/$dep"
fi
done
- if test x$build_mailcore=x1 ; then
+ if test x$build_mailcore = x1 ; then
mv "$name-$version/$name/lib" "$name-$version"
mv "$name-$version/$name/include" "$name-$version"
rm -rf "$name-$version/$name"
@@ -286,7 +286,7 @@ build_git_osx()
popd >/dev/null
echo cleaning
- rm -rf "$tempbuilddir"
+ #rm -rf "$tempbuilddir"
if test x$build_for_external != x1 ; then
defaults write "$versions_path" "$name" "$version"