summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/sed.morph
blob: 75b969de240e53a1be03210ac8dd4fe9fd374557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: sed
kind: chunk
build-system: autotools
pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
configure-commands:
- ./configure --prefix="$PREFIX" --disable-gcc-warnings
post-install-commands:
# This hack is to use GNU sed instead the busybox one.
# This will dissappear when we merge /usr/bin and /bin.
- mkdir -p "$DESTDIR"/bin/
- ln -sf ../usr/bin/sed "$DESTDIR"/bin/