Ignore:
Timestamp:
08/27/2024 08:03:55 AM (3 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus
Children:
53d0e62a
Parents:
7d55a6a (diff), c36ca685 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrtools.xml

    r7d55a6a rde61ab1  
    3232    </para>
    3333
    34     &lfs121_checked;
     34    &lfs122_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494    </para>
    9595
    96 <screen><userinput>export GMAKE_NOWARN=true &amp;&amp;
    97 make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
     96<screen><userinput>sed -i 's|/opt/schily|/usr|g'           DEFAULTS/Defaults.linux &amp;&amp;
     97sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux &amp;&amp;
     98sed -i 's|INSDIR=\s*sbin|INSDIR=bin|'   rscsi/Makefile          &amp;&amp;
     99
     100export GMAKE_NOWARN=true &amp;&amp;
     101export CFLAGS="$CFLAGS -std=gnu89 -fno-strict-aliasing" &amp;&amp;
     102
     103make -j1 INS_BASE=/usr  \
     104         DEFINSUSR=root \
     105         DEFINSGRP=root \
     106         VERSION_OS="LinuxFromScratch"</userinput></screen>
    98107
    99108    <para>
     
    105114    </para>
    106115
    107 <screen role="root"><userinput>export GMAKE_NOWARN=true &amp;&amp;
    108 make INS_BASE=/usr MANSUFF_LIB=3cdr DEFINSUSR=root DEFINSGRP=root install &amp;&amp;
     116<screen role="root"><userinput>GMAKE_NOWARN=true &amp;&amp;
     117
     118make INS_BASE=/usr    \
     119     DEFINSUSR=root   \
     120     DEFINSGRP=root   \
     121     MANSUFF_LIB=3cdr \
     122     install          &amp;&amp;
     123
    109124install -v -m755 -d /usr/share/doc/cdrtools-&cdrtools-version; &amp;&amp;
    110125install -v -m644 README.* READMEs/* ABOUT doc/*.ps \
Note: See TracChangeset for help on using the changeset viewer.