devel@ where you _can_ ask
 help / color / mirror / Atom feed
From: Slava Semushin <php-coder@altlinux.ru>
To: "devel@ where you _can_ ask" <devel-newbies@lists.altlinux.org>
Subject: [newbies]  Исключение зависимости из AutoReq
Date: Thu, 27 May 2010 15:31:37 +0700
Message-ID: <AANLkTikQOSxqFu2hI78gLZ_x_FzKo_2AdV_alTFVZb87@mail.gmail.com> (raw)
In-Reply-To: <AANLkTima5dXADSdzo3g00hfIaBiqC63ON9-imCpN-Gwn@mail.gmail.com>

27 мая 2010 г. 15:26 пользователь Egor Glukhov <kaman:rndfido.net> написал:
> #!/bin/sh
>
> # wrapper script for mixxx
> if [ -x /usr/bin/pasuspender ]
> then
>    pasuspender mixxx.real
> else
>    mixxx.real
> fi
>
> Собираю пакет, и получаю установочную зависимость от pulseaudio-utils.
> Вопрос - как можно её обойти?

Вынесите путь к программе в переменную:

PASUSPENDER_CMD=/usr/bin/pasuspender
if [ -x "$PASUSPENDER_CMD" ]


--
Slava Semushin

      reply	other threads:[~2010-05-27  8:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-27  8:26 Egor Glukhov
2010-05-27  8:30 ` Slava Semushin
2010-05-27  8:31   ` Slava Semushin [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=AANLkTikQOSxqFu2hI78gLZ_x_FzKo_2AdV_alTFVZb87@mail.gmail.com \
    --to=php-coder@altlinux.ru \
    --cc=devel-newbies@lists.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

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/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-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git