Changeset 54654bf
- Timestamp:
- 11/13/2003 11:28:54 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c6d10584
- Parents:
- 126cdcd7
- Location:
- general/prog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/tcl/tcl-inst.xml
r126cdcd7 r54654bf 6 6 7 7 <screen><userinput><command>VERSION=&tcl-version; && 8 exportV=`echo $VERSION | cut -d "." -f 1,2` &&8 V=`echo $VERSION | cut -d "." -f 1,2` && 9 9 DIR=$PWD && 10 10 cd unix && -
general/prog/tk/tk-inst.xml
r126cdcd7 r54654bf 5 5 6 6 <screen><userinput><command>VERSION=&tk-version; && 7 exportV=`echo $VERSION | cut -d "." -f 1,2` &&7 V=`echo $VERSION | cut -d "." -f 1,2` && 8 8 DIR=$PWD && 9 9 cd unix &&
Note:
See TracChangeset
for help on using the changeset viewer.