https://bugzilla.redhat.com/show_bug.cgi?id=1343710



--- Comment #8 from Yuri Konotopov <ykonoto...@gnome.org> ---
(In reply to Mark Harfouche from comment #4)
> 
> It creates a file for firefox in /usr/lib64 even on the 32 bit platform.

You could specify CMAKE_INSTALL_LIBDIR to force library directory and skip
cmake's autodetection:

%cmake . \
    -DBUILD_EXTENSION=OFF \
    -DCMAKE_INSTALL_LIBDIR=%{_lib}

Also jq is build-time dependency [1] and not needed at runtime. I think
jq-devel is not needed at all.

[1]
https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Cmake_installation

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to