From 72b04e14d76a0384b8225a6350c86e222f0bc2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 21:16:51 +0000 Subject: strata/coreutils-common/sed.morph: Fix typo --- strata/coreutils-common/sed.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strata/coreutils-common/sed.morph b/strata/coreutils-common/sed.morph index e426afe7..bcbd61de 100644 --- a/strata/coreutils-common/sed.morph +++ b/strata/coreutils-common/sed.morph @@ -1,4 +1,4 @@ -me: sed +name: sed kind: chunk build-system: autotools configure-commands: -- cgit v1.2.1 From 85754f01e79f8391b68abfa51e5b9e824171419c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 21:35:47 +0000 Subject: coreutils-common/sed.morph: workaround to not depend on rsync --- strata/coreutils-common/sed.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/coreutils-common/sed.morph b/strata/coreutils-common/sed.morph index bcbd61de..92f6fa51 100644 --- a/strata/coreutils-common/sed.morph +++ b/strata/coreutils-common/sed.morph @@ -2,6 +2,7 @@ name: sed kind: chunk build-system: autotools configure-commands: +- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf - ./bootstrap --skip-po - ./configure --prefix="$PREFIX" --disable-gcc-warnings post-install-commands: -- cgit v1.2.1 From 5d845d70d60ba2d0b62bbae9030615a9e2beedf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 21:38:58 +0000 Subject: coreutils-common/diff.morph: workaround to not depend on rsync --- strata/coreutils-common/diff.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/coreutils-common/diff.morph b/strata/coreutils-common/diff.morph index 7d783d71..3a05af2d 100644 --- a/strata/coreutils-common/diff.morph +++ b/strata/coreutils-common/diff.morph @@ -2,5 +2,6 @@ name: diff kind: chunk build-system: autotools configure-commands: +- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf - ./bootstrap --skip-po - ./configure --prefix="$PREFIX" -- cgit v1.2.1