Changeset b0480ef for gnome/applications
- Timestamp:
- 01/15/2016 06:28:38 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, lazarus, nosym, perl-modules, qt5new, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- dc56bc8
- Parents:
- f64c4d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/seahorse.xml
rf64c4d4 rb0480ef 116 116 </para> 117 117 118 <screen><userinput>./configure --prefix=/usr && 118 <screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml && 119 120 ./configure --prefix=/usr && 119 121 make</userinput></screen> 120 122 … … 128 130 129 131 <screen role="root"><userinput>make install</userinput></screen> 132 133 </sect2> 134 135 <sect2 role="commands"> 136 <title>Command Explanations</title> 137 138 <para><command>sed ... data/*.xml</command>: This command fixes some 139 deprecated entries in the schema templates.</para> 130 140 131 141 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.