Native symlinks and setup.exe

Vlado v.99cygwin@gmail.com
Tue Oct 4 08:15:00 GMT 2016


On 3.10.2016 23:15, Gene Pavlovsky wrote:
> How about this kind of modification for the setup program: extract tar
> archives into temp dir, after that search that temp dir for symlinks,

Hi, Gene.

Maybe You can consider to write and run simple script:
- find all links (find -type l)
- read target of link (readlink)
- remove link (rm)
- re-create link (ln -s)
The ln -s should honor CYGWIN=winsymlinks:native and every link should 
be as You want.

Vlado


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list