X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=BhDQCCb hWiJD/DQ7vA8i39PLfmd6oGGXiCooBSu2bZAu4XD212liLejGj5SqgFaVks69Pua eRiJYqwDqDFGEceVH72a2SjXgePo8hgOs2MlDjOIlbSNKc6rDYcxjDbgaTIGwHx5 xcQ3EHLFIEMpYvRs2nxRQeJP6iy90PX027MU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=VmcpHa2/zn/XT vgLcgazypwPLDE=; b=CxP41HocUQ9CNWVU77bBKHOj0uk7azytXczjb68RQpRXh es3/VTy1ilTe4mKcn9gVkJDMRoJhHL6WP+kNnuUAEu9Yis/WY+BgfOn8mMvZT5xw mqX+bcuNmdVMU7yLt3QvMLEJZSgp8PD13P2CGj9EtQjgsddD29DdarqIg2I1t4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Vlado, v99cygwingmailcom, sk:v99cyg, U*v.99cygwin X-HELO: mail-io0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=x2GiI+eVdEfWqvvmO0XTohl+GR33WyiQpONUJZY65JY=; b=ZmBPAujsH9mVlXJHdT4Foq86xbgTyFEiig4OrjFivgehdNWaqHl9qnF2Q1oDy4Ws9J lhjINbSh+Jq8qWnu9avmb9TceNKYT43tAFxizHrX92pckIvBpvAYpZQt/rrofGJXpi40 PECw/Agc8yiSOi8xjoENuVCte0AmL/bywkjN1AkA66ymWxhgjDc3yFdjuSw3CEL7QeEm SDKISfwZM8u3Dx2AIQSBGbVdsJSGM50ShAgkOdrrpCR1jAiKkCg/0zy6C5WjbcNbo0vQ hL5VBZpxUTrfo4iYKbUtZZLrOfQbu2MqFiHHTj2OkpDwmJYS1GYid6CmmXkHdTwvz6sv Y9iA== X-Gm-Message-State: AA6/9RkVV7p1yWVy/I5vAzwJ0b5xXdA1ycWharqzMuRkbkRzhyuZ7szQkJh3TCmvz07hKIlytTmv7Rze0+MMfw== X-Received: by 10.107.142.147 with SMTP id q141mr6121069iod.67.1475613640202; Tue, 04 Oct 2016 13:40:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Gene Pavlovsky Date: Tue, 4 Oct 2016 23:40:39 +0300 Message-ID: Subject: Re: Native symlinks and setup.exe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes That is a good solution indeed, if I just want to get the result I want, for myself. But it's just local solution. On 4 October 2016 at 09:57, Vlado wrote: > 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 > -- 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