[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 b078d3a..3febaf8 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 e1dd571..ced6b0b 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