Ignore:
Timestamp:
Sep 27, 2016, 6:50:42 AM (9 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Install binaries to pkglibexecdir rather than bindir
https://bugs.webkit.org/show_bug.cgi?id=162602

Reviewed by Carlos Garcia Campos.

Source/JavaScriptCore:

Install jsc shell to LIBEXEC_INSTALL_DIR rather than EXEC_INSTALL_DIR.

Note these locations are the same on non-GTK ports.

  • shell/CMakeLists.txt:

Tools:

Install MiniBrowser to LIBEXEC_INSTALL_DIR rather than EXEC_INSTALL_DIR.

  • MiniBrowser/gtk/CMakeLists.txt:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r206411 r206434  
     12016-09-27  Michael Catanzaro  <[email protected]>
     2
     3        [GTK] Install binaries to pkglibexecdir rather than bindir
     4        https://bugs.webkit.org/show_bug.cgi?id=162602
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        Install jsc shell to LIBEXEC_INSTALL_DIR rather than EXEC_INSTALL_DIR.
     9
     10        Note these locations are the same on non-GTK ports.
     11
     12        * shell/CMakeLists.txt:
     13
    1142016-09-26  Sam Weinig  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.