From: Jiyoung Yun Date: Wed, 1 Feb 2017 03:24:26 +0000 (+0900) Subject: Move the location of .NET modules to %{_datadir} X-Git-Tag: accepted/tizen/tv/20170202.020057~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=712f452add9993d389bc2b0e467c90a3322ea9d9;p=profile%2Ftv%2Fmeta-tv.git Move the location of .NET modules to %{_datadir} Signed-off-by: Jiyoung Yun Change-Id: I9bf276668253bc076445f8adbc039baa4d3959d9 --- diff --git a/scripts/tv-dotnet-generate-ni.post b/scripts/tv-dotnet-generate-ni.post index 7f147b6..4cf29e7 100755 --- a/scripts/tv-dotnet-generate-ni.post +++ b/scripts/tv-dotnet-generate-ni.post @@ -2,25 +2,25 @@ echo "############### tv-dotnet-generate-ni.post ################" # Generate NI for System -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Collections.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.IO.FileSystem.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Expressions.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.ObjectModel.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.DataContractSerialization.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Uri.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.Metadata.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Runtime.Loader.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Text.RegularExpressions.dll -nitool --dll /opt/usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Xml.ReaderWriter.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Collections.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.IO.FileSystem.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Linq.Expressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.ObjectModel.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.DataContractSerialization.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Private.Uri.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Reflection.Metadata.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Runtime.Loader.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Text.RegularExpressions.dll +nitool --dll /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0/System.Xml.ReaderWriter.dll # Generate NI for Xamarin and Device API -nitool --dll /opt/usr/share/dotnet.tizen/framework/ElmSharp.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Tizen.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Tizen.Applications.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll -nitool --dll /opt/usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll +nitool --dll /usr/share/dotnet.tizen/framework/ElmSharp.dll +nitool --dll /usr/share/dotnet.tizen/framework/Tizen.dll +nitool --dll /usr/share/dotnet.tizen/framework/Tizen.Applications.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Core.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Platform.Tizen.dll +nitool --dll /usr/share/dotnet.tizen/framework/Xamarin.Forms.Xaml.dll # Generate Launcher nitool --dll /usr/bin/Tizen.Runtime.Coreclr.dll