summaryrefslogtreecommitdiff
path: root/strata/coreutils-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-11 13:11:33 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-18 21:06:17 +0000
commitbab3b7a33e664f8d0eb1d2424e480cdb3b7675c5 (patch)
tree787cf59f12907f6a1b11a690d86da4349dbce4b9 /strata/coreutils-common
parent6e934a1b4d9d6725c095c2d0b019ac43e4d652a7 (diff)
downloaddefinitions-bab3b7a33e664f8d0eb1d2424e480cdb3b7675c5.tar.gz
Use GNU sed instead the one from busybox
The busybox version caused problems with some packages
Diffstat (limited to 'strata/coreutils-common')
-rw-r--r--strata/coreutils-common/sed.morph11
1 files changed, 11 insertions, 0 deletions
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/