mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
Changed absolute symlinks to relative in Tcl/Tk installation instructions, suggested by Nico R.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2569 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5391b98a78
commit
e2aa32b3a7
@ -68,11 +68,11 @@ install -m644 *.h /usr/include/tcl${V}/unix/ &&
|
|||||||
install -d /usr/include/tcl${V}/generic &&
|
install -d /usr/include/tcl${V}/generic &&
|
||||||
install -c -m644 ../generic/*.h /usr/include/tcl${V}/generic/ &&
|
install -c -m644 ../generic/*.h /usr/include/tcl${V}/generic/ &&
|
||||||
rm -f /usr/include/tcl${V}/generic/{tcl,tclDecls,tclPlatDecls}.h &&
|
rm -f /usr/include/tcl${V}/generic/{tcl,tclDecls,tclPlatDecls}.h &&
|
||||||
ln -nsf /usr/include/tcl${V} /usr/lib/tcl${V}/include &&
|
ln -nsf ../../include/tcl${V} /usr/lib/tcl${V}/include &&
|
||||||
ln -sf libtcl${V}.so /usr/lib/libtcl.so &&
|
ln -sf libtcl${V}.so /usr/lib/libtcl.so &&
|
||||||
ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen>
|
ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen>
|
||||||
|
|
||||||
<note><para>If you build the package as one user, then switch to root to
|
<note><para>If you build the package as an ordinary user and then switch to root to
|
||||||
install the package, ensure you set the environment variables
|
install the package, ensure you set the environment variables
|
||||||
<envar>V</envar> and <envar>VERSION</envar> before running the installation
|
<envar>V</envar> and <envar>VERSION</envar> before running the installation
|
||||||
commands.</para></note>
|
commands.</para></note>
|
||||||
|
@ -62,11 +62,11 @@ install -m644 *.h /usr/include/tk${V}/unix/ &&
|
|||||||
install -d /usr/include/tk${V}/generic &&
|
install -d /usr/include/tk${V}/generic &&
|
||||||
install -m644 ../generic/*.h /usr/include/tk${V}/generic/ &&
|
install -m644 ../generic/*.h /usr/include/tk${V}/generic/ &&
|
||||||
rm -f /usr/include/tk${V}/generic/{tk,tkDecls,tkPlatDecls}.h &&
|
rm -f /usr/include/tk${V}/generic/{tk,tkDecls,tkPlatDecls}.h &&
|
||||||
ln -nsf /usr/include/tk${V} /usr/lib/tk${V}/include &&
|
ln -nsf ../../include/tk${V} /usr/lib/tk${V}/include &&
|
||||||
ln -sf libtk${V}.so /usr/lib/libtk.so &&
|
ln -sf libtk${V}.so /usr/lib/libtk.so &&
|
||||||
ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
|
ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
|
||||||
|
|
||||||
<note><para>If you build the package as one user, then switch to root to
|
<note><para>If you build the package as an ordinary user and then switch to root to
|
||||||
install the package, ensure you set the environment variables
|
install the package, ensure you set the environment variables
|
||||||
<envar>V</envar> and <envar>VERSION</envar> before running the installation
|
<envar>V</envar> and <envar>VERSION</envar> before running the installation
|
||||||
commands.</para></note>
|
commands.</para></note>
|
||||||
|
Loading…
Reference in New Issue
Block a user