Changeset c25d12c for final-system/ppc
- Timestamp:
- May 5, 2006, 4:35:33 PM (19 years ago)
- Children:
- 86f7bd3
- Parents:
- 2f1a94d
- Location:
- final-system/ppc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/ppc/hfsutils.xml
r2f1a94d rc25d12c 34 34 <title>Installation of Hfsutils</title> 35 35 36 <para >Prepare Hfsutils for compilation:</para>36 <para os="a">Prepare Hfsutils for compilation:</para> 37 37 38 38 <screen><userinput>./configure --prefix=/usr</userinput></screen> 39 39 40 <para >Compile the package.</para>41 42 <screen ><userinput>make</userinput></screen>43 44 <para >Install the package:</para>45 46 <screen ><userinput>make install</userinput></screen>40 <para os="c">Compile the package.</para> 41 42 <screen os="d"><userinput>make</userinput></screen> 43 44 <para os="e">Install the package:</para> 45 46 <screen os="f"><userinput>make install</userinput></screen> 47 47 48 48 </sect2> -
final-system/ppc/parted.xml
r2f1a94d rc25d12c 37 37 <title>Installation of Parted</title> 38 38 39 <para >Prepare Parted for compilation:</para>39 <para os="a">Prepare Parted for compilation:</para> 40 40 41 41 <screen><userinput>./configure --prefix=/usr</userinput></screen> 42 42 43 <para >Compile the Parted package:</para>43 <para os="c">Compile the Parted package:</para> 44 44 45 <screen ><userinput>make</userinput></screen>45 <screen os="d"><userinput>make</userinput></screen> 46 46 47 <para >Install the package:</para>47 <para os="e">Install the package:</para> 48 48 49 <screen ><userinput>make install</userinput></screen>49 <screen os="f"><userinput>make install</userinput></screen> 50 50 51 51 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.