Changeset 11b1e35


Ignore:
Timestamp:
04/03/2022 05:45:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
9ea5b3d
Parents:
070e36c
Message:

Adopt /usr/local fix for other archs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/zstd.xml

    r070e36c r11b1e35  
    8383    <para>Compile the package:</para>
    8484
    85 <screen><userinput remap="make">CC="gcc -m32" make</userinput></screen>
     85<screen><userinput remap="make">CC="gcc -m32" make prefix=/usr</userinput></screen>
    8686
    8787    <para>Install the package:</para>
     
    107107    <para>Compile the package:</para>
    108108
    109 <screen><userinput remap="make">CC="gcc -mx32" make</userinput></screen>
     109<screen><userinput remap="make">CC="gcc -mx32" make prefix=/usr</userinput></screen>
    110110
    111111    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.