Changeset 9383fe4 for BOOK/final-system/common/bash.xml
- Timestamp:
- Oct 11, 2006, 8:52:41 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a7fa075
- Parents:
- 35df0584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r35df0584 r9383fe4 28 28 install HTML documentation, issue the following commands:</para> 29 29 30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz && 31 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ 32 Makefile.in</userinput></screen> 33 34 <para os="p1">The following patch contains updates from the maintainer. The 35 maintainer of Bash only releases these patches to fix serious issues.</para> 36 37 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen> 38 31 39 32 <para os="g">Prepare Bash for compilation:</para> … … 65 58 <para os="m">Install the package:</para> 66 59 67 <screen os="n"><userinput>make install</userinput></screen>60 <screen os="n"><userinput>make htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen> 68 61 69 62 <para os="o">Run the newly compiled <command>bash</command> program (replacing
Note:
See TracChangeset
for help on using the changeset viewer.