From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit master] libxcb: fix path to Python modules
Date: Mon, 10 May 2010 22:20:19 +0200 [thread overview]
Message-ID: <87ljbr4igs.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <AANLkTiknUv3xy6Diwkz2xtOxwckUCAKuajGodk8OsxAa@mail.gmail.com> (Paulius Zaleckas's message of "Mon, 10 May 2010 15:33:47 +0300")
>>>>> "Paulius" == Paulius Zaleckas <paulius.zaleckas@gmail.com> writes:
>> Therefore, add a little bit of magic to compute the host Python
>> version.
Paulius> Unfortunately this fails on my system:
Paulius> $ python --version
Paulius> Python 2.6
Paulius> $ python --version | sed 's/Python \(2\.[0-9]\)\..*/\1/'
Paulius> Python 2.6
Ahh, then we better do 's/Python \(2\.[^\.]\).*/\1/' instead, or even
better:
's/Python \([0-9]\.[^\.]\).*/\1/'
Will fix.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2010-05-10 20:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-07 22:11 [Buildroot] [git commit master] libxcb: fix path to Python modules Thomas Petazzoni
2010-05-10 12:33 ` Paulius Zaleckas
2010-05-10 20:20 ` Peter Korsgaard [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=87ljbr4igs.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/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