SHA256
1
0
forked from pool/wireshark

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
This commit is contained in:
Robert Frohl 2019-05-08 07:51:47 +00:00 committed by Git OBS Bridge
parent 843cfb1c8a
commit dd98a740d5

View File

@ -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