Re: [PATCHES] gnu: bootstrap: Fix egrep and fgrep in bootstrap binaries

2015-01-07 Thread Ludovic Courtès
Mark H Weaver skribis: > From 00e491bc64f6aa1fcebd19d1aa7370d1708d9d3a Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 31 Dec 2014 03:38:26 -0500 > Subject: [PATCH 1/2] gnu: bootstrap: Add support for snippets to > 'package-from-tarball'. > > * gnu/packages/bootstrap.scm (package-fr

[PATCHES] gnu: bootstrap: Fix egrep and fgrep in bootstrap binaries

2015-01-07 Thread Mark H Weaver
The first of these two patches adds support for optional "snippets" to 'package-from-tarball', which is used to unpack the bootstrap tarballs. The second patch uses this new feature to patch the shebangs in 'egrep' and 'fgrep' immediately after unpacking the static-binaries bootstrap tarball. Obv