commit 28eca4f88042b5b54fc1364ed2d411c90fea05b1
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jun 25 14:20:30 2022 +0200
Fixed bogus crc32c path.
tg_owt.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tg_owt.spec b/tg_owt.spec
index 1675f72..96eaae4 100644
--- a/tg_owt.spec
+++ b/tg_owt.spec
@@ -120,7 +120,7 @@ Requires: pkgconfig(xtst)
%prep
%autosetup -n %{name}-%{commit0} -p1
tar -xf %{SOURCE1} -C src/third_party/libyuv --strip=1
-tar -xf %{SOURCE2} -C src/third_party/src/third_party/crc32c/src --strip=1
+tar -xf %{SOURCE2} -C src/third_party/crc32c/src --strip=1
mkdir legal
cp -f -p src/third_party/abseil-cpp/LICENSE legal/LICENSE.abseil-cpp