summaryrefslogtreecommitdiff
path: root/distro/packages/bootstrap
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-10-24 23:10:09 +0200
committerLudovic Courtès <ludo@gnu.org>2012-10-24 23:52:03 +0200
commite6cc3d86543581288239f58db02ca01a0f132562 (patch)
treea7036222ecae2a21223534d38d8117e3f5fee39f /distro/packages/bootstrap
parent692c6c1576a1cf6d9d424a64e78aceca2c057163 (diff)
downloadguix-patches-e6cc3d86543581288239f58db02ca01a0f132562.tar
guix-patches-e6cc3d86543581288239f58db02ca01a0f132562.tar.gz
distro: Add missing commands in the bootstrap binaries.
* distro/packages/base.scm (%static-inputs): Add an `awk' -> `gawk', and `sh' -> `bash' symlinks. Add `fgrep' and `egrep'. (%bootstrap-coreutils&co): Use new tarball that contains that symlink. * distro/packages/bootstrap/x86_64-linux/bash, distro/packages/bootstrap/x86_64-linux/mkdir, distro/packages/bootstrap/x86_64-linux/tar, distro/packages/bootstrap/x86_64-linux/xz: Use binaries from that tarball (the previous binaries hadn't gone through `remove-store-references', which is fixed now.)
Diffstat (limited to 'distro/packages/bootstrap')
-rwxr-xr-xdistro/packages/bootstrap/x86_64-linux/bashbin1419928 -> 1419928 bytes
-rwxr-xr-xdistro/packages/bootstrap/x86_64-linux/mkdirbin799312 -> 799312 bytes
-rwxr-xr-xdistro/packages/bootstrap/x86_64-linux/tarbin1229888 -> 1229888 bytes
-rwxr-xr-xdistro/packages/bootstrap/x86_64-linux/xzbin926000 -> 926000 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/distro/packages/bootstrap/x86_64-linux/bash b/distro/packages/bootstrap/x86_64-linux/bash
index 81114f79c3..3b0227fbb1 100755
--- a/distro/packages/bootstrap/x86_64-linux/bash
+++ b/distro/packages/bootstrap/x86_64-linux/bash
Binary files differ
diff --git a/distro/packages/bootstrap/x86_64-linux/mkdir b/distro/packages/bootstrap/x86_64-linux/mkdir
index 226865dfe6..7207ad8a46 100755
--- a/distro/packages/bootstrap/x86_64-linux/mkdir
+++ b/distro/packages/bootstrap/x86_64-linux/mkdir
Binary files differ
diff --git a/distro/packages/bootstrap/x86_64-linux/tar b/distro/packages/bootstrap/x86_64-linux/tar
index c9a2c27d13..9104da7b53 100755
--- a/distro/packages/bootstrap/x86_64-linux/tar
+++ b/distro/packages/bootstrap/x86_64-linux/tar
Binary files differ
diff --git a/distro/packages/bootstrap/x86_64-linux/xz b/distro/packages/bootstrap/x86_64-linux/xz
index 02f9014740..488e319b37 100755
--- a/distro/packages/bootstrap/x86_64-linux/xz
+++ b/distro/packages/bootstrap/x86_64-linux/xz
Binary files differ