Hello Felix, On Sun, Jan 24, 2021 at 12:18:05PM +0100, Felix Mellmann wrote: > The midnight commander allows to call internal tools by using their apropriate > name. By adding symbolic links these tool are accessible from the command line. > Some users may appreciate using i.e. mcedit directly without the need to start > a midnight commander. > > Signed-off-by: Felix Mellmann > --- > rules/mc.make | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/rules/mc.make b/rules/mc.make > index 67fc61690..9335e9d0b 100644 > --- a/rules/mc.make > +++ b/rules/mc.make > @@ -71,6 +71,10 @@ $(STATEDIR)/mc.targetinstall: > @$(call install_fixup, mc,DESCRIPTION,missing) > > @$(call install_copy, mc, 0, 0, 0755, -, /usr/bin/mc) > + @$(call install_link, mc, mc, /usr/bin/mcdiff) > + @$(call install_link, mc, mc, /usr/bin/mcedit) > + @$(call install_link, mc, mc, /usr/bin/mcview) > + > @$(call install_alternative_tree, mc, 0, 0, /etc/mc) > @$(call install_tree, mc, 0, 0, -, /usr/share/mc/skins) This is certainly a valuable improvement. However, please trim down the first line of the commit message to 60, at most 80 chars. This is common practice and good style when working with Git. Thanks and greets Alex -- /"\ ASCII RIBBON | »With the first link, the chain is forged. The first \ / CAMPAIGN | speech censured, the first thought forbidden, the X AGAINST | first freedom denied, chains us all irrevocably.« / \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie)