Changeset e6035d6
- Timestamp:
- 07/07/2018 04:30:13 AM (5 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- b8b65b7
- Parents:
- 403b39c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/meson.xml
r403b39c re6035d6 53 53 <para>At last, move Meson man pages to correct location:</para> 54 54 55 <screen><userinput remap="install">mv -v /usr/lib/python 3.7/site-packages/meson-&meson-version;-py3.7.egg/share/man/man1/*.1 \55 <screen><userinput remap="install">mv -v /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share/man/man1/*.1 \ 56 56 /usr/share/man/man1 57 rm -r /usr/lib/python 3.7/site-packages/meson-&meson-version;-py3.7.egg/share</userinput></screen>57 rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen> 58 58 59 59 </sect2> … … 69 69 <seglistitem> 70 70 <seg>meson, mesonconf, mesonintrospect, mesontest, and wraptool</seg> 71 <seg>/usr/lib/python 3.7/site-packages/meson-&meson-version;-py3.7.egg</seg>71 <seg>/usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg</seg> 72 72 </seglistitem> 73 73 </segmentedlist> -
chapter06/python.xml
r403b39c re6035d6 90 90 91 91 <screen><userinput remap="install">make install 92 chmod -v 755 /usr/lib/libpython 3.7m.so92 chmod -v 755 /usr/lib/libpython&python-minor;m.so 93 93 chmod -v 755 /usr/lib/libpython3.so</userinput></screen> 94 94 95 95 <variablelist> 96 96 <title>The meaning of the install commands:</title> 97 98 <varlistentry> 99 <term><command>chmod -v 755 /usr/lib/libpython3.{ 6m.,}so</command></term>97 <!-- ====== Change 7m if Python minor version changes ======= --> 98 <varlistentry> 99 <term><command>chmod -v 755 /usr/lib/libpython3.{7m.,}so</command></term> 100 100 <listitem> 101 101 <para>Fix permissions for libraries to be consistent with other … … 146 146 </seg> 147 147 <seg> 148 libpython 3.6m.so and libpython3.so148 libpython&python-minor;m.so and libpython3.so 149 149 </seg> 150 150 <seg> 151 /usr/include/python 3.6m, /usr/lib/python3 and151 /usr/include/python&python-minor;m, /usr/lib/python3 and 152 152 /usr/share/doc/python-&python-version; 153 153 </seg> -
packages.ent
r403b39c re6035d6 569 569 570 570 <!ENTITY python-version "3.7.0"> 571 <!ENTITY python-minor "3.7"> 571 572 <!ENTITY python-size "16,526 KB"> 572 573 <!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
Note:
See TracChangeset
for help on using the changeset viewer.