public inbox for gentoo-devhelp@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Orlitzky <michael@orlitzky.com>
To: gentoo-devhelp@lists.gentoo.org
Subject: Re: [gentoo-devhelp] Trouble with package.env files
Date: Mon, 28 May 2012 12:25:19 -0400	[thread overview]
Message-ID: <4FC3A6EF.4070000@orlitzky.com> (raw)
In-Reply-To: <jpu2dd$sgo$1@dough.gmane.org>

On 05/27/2012 04:21 PM, Nikos Chantziaras wrote:
> I have this in /etc/portage/package.env:
> 
>    app-emulation/emul-linux-x86-soundlibs soundlibs-delete-jack.conf
> 
> and this in /etc/portage/env/soundlibs-delete-jack.conf:
> 
>    if [ "${EBUILD_PHASE}" == "src_prepare"] ;
>    then
>        rm -rf "${S}"/usr/lib32/jack
>        rm -f $(find "${S}" -name 'libjack*')
>    fi
> 

You already figured out how to get it working, but for posterity, this
is a stupid shell relic:

  if [ 1 == 1 ]; then
      # Works
  fi

  if [ 1 == 1]; then
      # Crashes
  fi



      parent reply	other threads:[~2012-05-28 16:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-27 20:21 [gentoo-devhelp] Trouble with package.env files Nikos Chantziaras
2012-05-27 20:33 ` [gentoo-devhelp] " Nikos Chantziaras
2012-05-27 20:46 ` [gentoo-devhelp] " Dan Douglas
2012-05-28 16:25 ` Michael Orlitzky [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=4FC3A6EF.4070000@orlitzky.com \
    --to=michael@orlitzky.com \
    --cc=gentoo-devhelp@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox