Re: kbs: absolute symbolic links in kbs.tgz
Rene Zaumseil <[email protected]> Thu, 8 Nov 2007 23:53:46 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 8. November 2007 11:23 schrieb Uwe Koloska: > Hello, > > is there a reason for the absolute symbolic links in the dir > kbs/sources/kbskit-0.1/kbspkg.vfs/lib The links are used in building the kit-file 'kbspkg8.5.kit' The the 'Kit' procedure in 'kbs.tcl'. It is convenient not to copy the whole vfs-dir and then copy the libraries into. Under unix these are all symbolic links. rene