- Timestamp:
- 05/18/2020 06:25:15 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 69b1dde
- Parents:
- bf3690b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gjs.xml
rbf3690b rb9c5febe 104 104 105 105 <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> 106 118 Install <application>Gjs</application> by running the following 107 119 commands: … … 127 139 </para> 128 140 129 <screen role="root"><userinput>ninja install</userinput></screen> 141 <screen role="root"><userinput>ninja install && 142 ln -sfv gjs-console /usr/bin/gjs</userinput></screen> 130 143 131 144 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.