Remove _preload_dir define in spec 71/105171/7
authorJongHeon Choi <j-h.choi@samsung.com>
Fri, 2 Dec 2016 07:09:38 +0000 (16:09 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Sun, 5 Feb 2017 22:34:36 +0000 (07:34 +0900)
Change-Id: I19082e6bfeba83c2c0f5189cf7da2dc8a3c3baad

packaging/dotnet-launcher.spec

index 2f255f720d06cc1ebd008f436cc24ac7eb43fccc..cc4fd7918b3b9b7c932462725e3ed8cce7005eee 100755 (executable)
@@ -32,7 +32,6 @@ Requires(preun): /usr/bin/systemctl
 %define _configdir /etc
 %define _device_api_dir %{dotnet_assembly_path}
 %define _runtime_dir /usr/share/dotnet/shared/Microsoft.NETCore.App/1.0.0
-%define _preload_dir /usr/share/dotnet.tizen/preload
 %define _install_plugin_dir /usr/etc/package-manager/parserlib
 %define _install_mdplugin_dir /etc/package-manager/parserlib/metadata
 
@@ -69,14 +68,12 @@ nuget restore Tizen.Runtime/Tizen.Runtime.Coreclr.project.json
 
 xbuild \
        /p:Configuration=%{_dotnet_build_conf} \
-       /p:PreloadPath=%{_preload_dir} \
        Tizen.Runtime/Tizen.Runtime.Coreclr.csproj
 
 nuget restore Tizen.Runtime/Tizen.Runtime.Mono.project.json
 
 xbuild \
        /p:Configuration=%{_dotnet_build_conf} \
-       /p:PreloadPath=%{_preload_dir} \
        Tizen.Runtime/Tizen.Runtime.Mono.csproj
 
 %install