Changeset 7246c35 for general


Ignore:
Timestamp:
05/18/2021 10:09:31 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
5a86470
Parents:
3d16a42
Message:

Changelog: cups change is for both books, not just SysV
hdparm: Remove unnecessary text now that we're in merged-/usr
Subversion: Adapt some scripts to python3, avoiding several test suite
failures.

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r3d16a42 r7246c35  
    178178<screen><userinput remap="pre">sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
    179179-->
     180    <para>
     181      First, adapt some Python scripts to use python3:
     182    </para>
     183
     184<screen><userinput remap="pre">grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     185
    180186    <para>
    181187      Install <application>Subversion</application> by running the following
  • general/sysutils/hdparm.xml

    r3d16a42 r7246c35  
    107107<screen role="root"><userinput>make install</userinput></screen>
    108108
     109<!-- no longer relevant with merged-/usr
    109110    <note><para>
    110111      Note that by default, <command>hdparm</command> is installed in
     
    117118
    118119<screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note>
     120-->
    119121
    120122  </sect2>
Note: See TracChangeset for help on using the changeset viewer.