[API/Tizen] Fix the rootstrap buildbreak issue accepted/tizen/unified/20191011.051921 submit/tizen/20191011.051205
authorSangjung Woo <sangjung.woo@samsung.com>
Fri, 11 Oct 2019 04:46:05 +0000 (13:46 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Fri, 11 Oct 2019 05:09:25 +0000 (05:09 +0000)
This patch fixes the rootstrap buildbreak issue by using relative path
instead of absolute one.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/nnstreamer.spec

index 06debdd..d7f77b0 100644 (file)
@@ -281,7 +281,7 @@ popd
 
 # Hotfix: Support backward compatibility
 pushd %{buildroot}%{_libdir}
-ln -sf %{_libdir}/libcapi-nnstreamer.so libcapi-nnstreamer.so.0
+ln -sf ./libcapi-nnstreamer.so libcapi-nnstreamer.so.0
 popd
 
 %if 0%{?testcoverage}