diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-10-29 20:34:36 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-10-29 20:34:36 +0800 |
commit | 046adc43474b3a2d8e0ef0f93e0e7c4b8775ecb1 (patch) | |
tree | 8f0ce7563b8512eb5288934b813f72533636921a /gnome | |
parent | b95a7f0ce8203b5162fee3027249d7fd81895a94 (diff) |
nautilus: Move remap='doc' to the location expected by jhalfs
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/platform/nautilus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/platform/nautilus.xml b/gnome/platform/nautilus.xml index b6959356b8..2bbd6675eb 100644 --- a/gnome/platform/nautilus.xml +++ b/gnome/platform/nautilus.xml @@ -129,7 +129,7 @@ ninja</userinput></screen> commands: </para> -<screen><userinput remap="doc">sed "/docdir =/s@\$@ / 'nautilus-&nautilus-version;'@" -i ../meson.build && +<screen remap='doc'><userinput>sed "/docdir =/s@\$@ / 'nautilus-&nautilus-version;'@" -i ../meson.build && meson configure -D docs=true && ninja</userinput></screen> |