All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kirill Elagin <kirelagin@gmail.com>
To: util-linux@vger.kernel.org
Subject: Re: [PATCH] Fix install-exec-hook to check whether wall and write were built
Date: Wed, 6 Jul 2011 01:07:59 +0400	[thread overview]
Message-ID: <CABVT_geyUifDf5Kcn-fwHv46XPmoBa=3Cx7hB9kV9i+XeCK3xg@mail.gmail.com> (raw)
In-Reply-To: <CABVT_geJbR477C0OBrT1_Mn+iz0sUEE7mLuG56JytoF15uMHTg@mail.gmail.com>

Sorry for this, didn't notice another thread.

--
Кирилл Елагин



2011/7/5 Kirill Elagin <kirelagin@gmail.com>:
> Signed-off-by: Kirill Elagin <kirelagin@gmail.com>
> ---
>  term-utils/Makefile.am |   12 +++++++++---
>  1 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/term-utils/Makefile.am b/term-utils/Makefile.am
> index 5e03560..8ab9d0b 100644
> --- a/term-utils/Makefile.am
> +++ b/term-utils/Makefile.am
> @@ -66,9 +66,15 @@ endif
>
>  if USE_TTY_GROUP
>  if MAKEINSTALL_DO_CHOWN
> +if BUILD_WALL
>  install-exec-hook::
> -   chgrp tty $(DESTDIR)$(usrbin_execdir)/wall $(DESTDIR)$(usrbin_execdir)/write
> -   chmod g+s $(DESTDIR)$(usrbin_execdir)/wall $(DESTDIR)$(usrbin_execdir)/write
> -
> +   chgrp tty $(DESTDIR)$(usrbin_execdir)/wall
> +   chmod g+s $(DESTDIR)$(usrbin_execdir)/wall
> +endif
> +if BUILD_WRITE
> +install-exec-hook::
> +   chgrp tty $(DESTDIR)$(usrbin_execdir)/write
> +   chmod g+s $(DESTDIR)$(usrbin_execdir)/write
> +endif
>  endif
>  endif
> --
> 1.7.3.4
>

  reply	other threads:[~2011-07-05 21:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-05 17:13 [PATCH] Fix install-exec-hook to check whether wall and write were built Kirill Elagin
2011-07-05 21:07 ` Kirill Elagin [this message]
2011-07-11 10:04 ` Karel Zak

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='CABVT_geyUifDf5Kcn-fwHv46XPmoBa=3Cx7hB9kV9i+XeCK3xg@mail.gmail.com' \
    --to=kirelagin@gmail.com \
    --cc=util-linux@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.