Set dotnet_assembly_path to /opt/usr/share/dotnet.tizen/framework accepted/tizen/mobile/20161215.072341 submit/tizen/20161214.063015
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 15 Dec 2016 06:00:01 +0000 (15:00 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 15 Dec 2016 06:00:01 +0000 (15:00 +0900)
Change-Id: Ic6db4102854ecd922f6cd5df50e78ce2a21c84db

packaging/macros.dotnet-build-tools

index 1c9ba8a..4db1061 100644 (file)
@@ -2,9 +2,10 @@
 
 %_dotnet_build_conf %{lua:if tonumber(rpm.expand("0%{?tizen_build_devel_mode}")) == 1 then print "Debug" else print "Release" end}
 
-%_dotnet_assembly_path   %{?dotnet_assembly_path:%{dotnet_assembly_path}}%{!?dotnet_assembly_path:/opt/usr/share/dotnet.tizen/framework}
+%_dotnet_assembly_path  /opt/usr/share/dotnet.tizen/framework
 %_mono_assembly_path    /opt/usr/lib/assembly
 
+%dotnet_assembly_path   %{_dotnet_assembly_path}
 %dotnet_assembly_files  %{_dotnet_assembly_path}/*.dll
 
 %_with_corefx 1