summaryrefslogtreecommitdiff
path: root/build-essential/stage2-fake-bash.bst
blob: 2289fc8f3844d6350e360bf5626ebabc5d553471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
kind: manual

depends:
- filename: build-essential/stage1.bst
  type: build
- filename: build-essential/stage2-fhs-dirs.bst
  type: runtime

variables:
  prefix: /tools

environment:
  PATH: /tools/bin:/usr/bin:/bin:/usr/sbin:/sbin

config:
  install-commands:
  - printf '#!/bin/sh\nexec /bin/sh "$@"\n' | install -D /proc/self/fd/0 -m 755 "%{install-root}%{prefix}/bin/bash"