[Build] Add vconf setting for tizen_api_path
authorWonyoung Choi <wy80.choi@samsung.com>
Thu, 10 Jan 2019 02:35:43 +0000 (11:35 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Thu, 10 Jan 2019 02:37:41 +0000 (11:37 +0900)
Set a vconf key db/dotnet/tizen_api_path to indicate the installed
location of assemblies of TizenFX.

packaging/csapi-tizenfx.spec
packaging/csapi-tizenfx.spec.in

index b078d3aba71e40d2d57aea0ab6fa0d12cad0e3e6..3febaf8dd753bba639782466d9f6f9fd2c89b2c4 100644 (file)
@@ -169,7 +169,7 @@ install -p -m 644 packaging/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE}
 
 %post
 /usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f
-
+/usr/bin/vconftool set -t string db/dotnet/tizen_api_path %{DOTNET_ASSEMBLY_PATH} -f
 
 %files
 %license LICENSE
index e1dd571990fe65df7cd4398138d93da83ea9a3ab..ced6b0bfb527828aa88c7e8dd7785d6b979baf6f 100644 (file)
@@ -168,7 +168,7 @@ install -p -m 644 packaging/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE}
 
 %post
 /usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f
-
+/usr/bin/vconftool set -t string db/dotnet/tizen_api_path %{DOTNET_ASSEMBLY_PATH} -f
 
 %files
 %license LICENSE