RESOLVED FIXED 162602
[GTK] Install binaries to pkglibexecdir rather than bindir
https://bugs.webkit.org/show_bug.cgi?id=162602
Summary [GTK] Install binaries to pkglibexecdir rather than bindir
Michael Catanzaro
Reported 2016-09-27 03:13:55 PDT
We currently install MiniBrowser and jsc to bindir, which is problematic because it is not possible to parallel-install them. Need to fix this so that we can have parallel-installed GTK+ 3 and GTK+ 4 versions.
Attachments
Patch (2.48 KB, patch)
2016-09-27 03:33 PDT, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2016-09-27 03:29:09 PDT
Note that LIBEXEC_INSTALL_DIR and EXEC_INSTALL_DIR are the same on all ports except GTK, so this won't break anything for other ports.
Michael Catanzaro
Comment 2 2016-09-27 03:33:17 PDT
Carlos Garcia Campos
Comment 3 2016-09-27 04:13:27 PDT
Comment on attachment 289930 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289930&action=review > Source/JavaScriptCore/shell/CMakeLists.txt:36 > - install(TARGETS jsc DESTINATION "${EXEC_INSTALL_DIR}") > + install(TARGETS jsc DESTINATION "${LIBEXEC_INSTALL_DIR}") So, this makes jsc no longer available in path, not sure that's a problem though. > Tools/MiniBrowser/gtk/CMakeLists.txt:65 > -install(TARGETS MiniBrowser DESTINATION "${EXEC_INSTALL_DIR}") > +install(TARGETS MiniBrowser DESTINATION "${LIBEXEC_INSTALL_DIR}") Ditto.
Michael Catanzaro
Comment 4 2016-09-27 05:15:03 PDT
(In reply to comment #3) > So, this makes jsc no longer available in path It's intended, so that they can be parallel-installable.
WebKit Commit Bot
Comment 5 2016-09-27 06:53:03 PDT
Comment on attachment 289930 [details] Patch Clearing flags on attachment: 289930 Committed r206434: <http://trac.webkit.org/changeset/206434>
WebKit Commit Bot
Comment 6 2016-09-27 06:53:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.