[tc] add exec permission to corerun in overlay. 53/159653/1
authorjiseob.jang <jiseob.jang@samsung.com>
Fri, 10 Nov 2017 09:38:29 +0000 (18:38 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Fri, 10 Nov 2017 09:38:29 +0000 (18:38 +0900)
Change-Id: I930042bde7d4a050e7dc994a2291a11f9a08235b
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
install.sh

index e6407f6..cad7dc3 100755 (executable)
@@ -211,6 +211,7 @@ sdb ${opt} shell cp -L /usr/share/dotnet.tizen/framework/* $overlaydir
 # runtest.sh does not consider link files so copy directly
 sdb ${opt} shell find /usr/share/dotnet.tizen/test/ -name "*.so" -exec cp {} $overlaydir \\\;
 sdb ${opt} shell chmod 644 $overlaydir/*.dll $overlaydir/*.so
+sdb ${opt} shell chmod +x $overlaydir/corerun
 
 sdb ${opt} shell sync