From: Vitaly Lipatov <lav@etersoft.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Cc: "Dmitry V. Levin" <ldv@altlinux.org>
Subject: Re: [devel] Переносимый аналог ln-s --relative
Date: Tue, 12 Sep 2017 23:05:42 +0300
Message-ID: <7b81b844e0b512cd523a7accfda3afd3@etersoft.ru> (raw)
In-Reply-To: <20170912085553.GB9443@altlinux.org>
Dmitry V. Levin писал 12.9.17 11:55:
> On Tue, Sep 12, 2017 at 08:33:45AM +0300, Vitaly Lipatov wrote:
>> Посоветуйте, пожалуйста, хорошо переносимую реализацию создания
>> относительной символьной ссылки.
>> Так, как это умеет ln -sr или как это можно сделать с realpath
>> --relative-to.
>> Понятно. что в целевой системе нет realpath, а ln ещё не умеет
>> --relative.
>
> Могу предложить собрать для целевой системы более свежие coreutils,
> это должно быть несложно, и использовать ln -sr оттуда.
Спасибо, меня этот совет привёл к мысли, что на системах, на которых не
создать относительную ссылку, не надо создавать ссылки относительными.
Мысль глубокая, реализовал как-то так:
%_ln_sr() ln -sf --relative "%{1}" "%{2}" || ln -sf "%(echo '%{1}' | sed
-e 's!%buildroot!!g')" "%{2}"
--
С уважением,
Виталий Липатов,
Etersoft
prev parent reply other threads:[~2017-09-12 20:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-12 5:33 Vitaly Lipatov
2017-09-12 8:55 ` Dmitry V. Levin
2017-09-12 11:27 ` Michael Shigorin
2017-09-12 20:05 ` Vitaly Lipatov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7b81b844e0b512cd523a7accfda3afd3@etersoft.ru \
--to=lav@etersoft.ru \
--cc=devel@lists.altlinux.org \
--cc=ldv@altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git