From dd98a740d523b460a05363813beaa5e8643861ccfbccb09fbf3db9600f428269 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Wed, 8 May 2019 07:51:47 +0000 Subject: [PATCH] Accepting request 701507 from home:rfrohl:branches:network:utilities fix 32bit builds OBS-URL: https://build.opensuse.org/request/show/701507 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=274 --- wireshark.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireshark.spec b/wireshark.spec index 49244e6..ba03758 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -167,7 +167,7 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE2} | grep SHA256 | head -n1 | cut sed -i 's/^Icon=wireshark.png$/Icon=wireshark/' wireshark*.desktop %build -%cmake -DCMAKE_INSTALL_LIBDIR='lib64/' +%cmake -DCMAKE_INSTALL_LIBDIR='%{_lib}/' %cmake_build %install