summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/sed.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-18 21:06:39 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-18 21:08:17 +0000
commit35e72ecf8935d92b73af2438f9ac2f8c83e52fc5 (patch)
tree3455c30b0b25d2e2b2aef4018470cbb4fe2ccacb /strata/coreutils-common/sed.morph
parent6e934a1b4d9d6725c095c2d0b019ac43e4d652a7 (diff)
parent8d2e6b6c7a764284e7dacc15698452d6e19be977 (diff)
downloaddefinitions-35e72ecf8935d92b73af2438f9ac2f8c83e52fc5.tar.gz
Merge branch 'baserock/jjardon/sed_diff'
Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@gmail.com>
Diffstat (limited to 'strata/coreutils-common/sed.morph')
-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/