Changeset b9c5febe for gnome


Ignore:
Timestamp:
05/18/2020 06:25:15 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
69b1dde
Parents:
bf3690b
Message:

gjs: Work around a installation error

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23161 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gjs.xml

    rbf3690b rb9c5febe  
    104104
    105105    <para>
     106      First, work around a bug in meson caused by support for Windows NT:
     107    </para>
     108
     109    <!-- When scripting, 'ninja install' fails because the 'gjs' symlink is
     110         generated before 'gjs-console' is installed. This seems to be due
     111         to adding symbolic link support for Windows NT-based platforms.
     112         This shouldn't affect us, so let's create the symlink manually
     113         like we do in other packages.-->
     114
     115<screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen>
     116
     117    <para>
    106118      Install <application>Gjs</application> by running the following
    107119      commands:
     
    127139    </para>
    128140
    129 <screen role="root"><userinput>ninja install</userinput></screen>
     141<screen role="root"><userinput>ninja install &amp;&amp;
     142ln -sfv gjs-console /usr/bin/gjs</userinput></screen>
    130143
    131144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.