commit 8da43e51cbd1f0f1f957fd78b298f6723b20262d
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Oct 11 09:33:14 2018 -0500
Fix conditional for bundled libs.
unifi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/unifi.spec b/unifi.spec
index cd13493..577eb18 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -170,7 +170,7 @@ install -pm 0644 %{SOURCE3}
%{buildroot}%{_prefix}/lib/firewalld/services/
# Remove non-native executables
rm -rf %{buildroot}%{_datadir}/unifi/lib/native/{Windows,Mac}
-# webrtc is only supported on x86_64, aarch64 and armv7hf.
+# Bundled libs are only supported on x86_64, aarch64 and armv7hf.
# Move libraries to the correct location and symlink back
mv %{buildroot}%{_datadir}/unifi/lib/native/Linux ./
%ifarch x86_64 armv7hl aarch64
Show replies by date