From: SoonKyu Park Date: Mon, 18 Dec 2017 10:19:25 +0000 (+0900) Subject: Disable to run some function inside generic-desktop-applications.post, because it... X-Git-Tag: accepted/tizen/unified/20171218.143846^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F164290%2F1;p=platform%2Fupstream%2Fmeta-generic.git Disable to run some function inside generic-desktop-applications.post, because it results in always failure, so it can be regarded as useless Change-Id: Iadff03542561119f25919811e82d4ea3445e7da5 --- diff --git a/scripts/generic-desktop-applications.post b/scripts/generic-desktop-applications.post index 035d3fb..5b639f4 100644 --- a/scripts/generic-desktop-applications.post +++ b/scripts/generic-desktop-applications.post @@ -14,5 +14,6 @@ function generic_desktop_applications_fix_userhome() { # fix TC-320 for SDK . /etc/tizen-build.conf -[ "${TZ_BUILD_WITH_EMULATOR}" == "1" ] && generic_desktop_applications_fix_userhome developer +# Disable to run below line because this results in always failure, so it can be regarded as useless. +#[ "${TZ_BUILD_WITH_EMULATOR}" == "1" ] && generic_desktop_applications_fix_userhome developer