From bab3b7a33e664f8d0eb1d2424e480cdb3b7675c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 11 Feb 2015 13:11:33 +0000 Subject: Use GNU sed instead the one from busybox The busybox version caused problems with some packages --- strata/coreutils-common/sed.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 strata/coreutils-common/sed.morph (limited to 'strata/coreutils-common') diff --git a/strata/coreutils-common/sed.morph b/strata/coreutils-common/sed.morph new file mode 100644 index 00000000..e426afe7 --- /dev/null +++ b/strata/coreutils-common/sed.morph @@ -0,0 +1,11 @@ +me: sed +kind: chunk +build-system: autotools +configure-commands: +- ./bootstrap --skip-po +- ./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/ -- cgit v1.2.1