summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-18 21:35:47 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-18 21:38:53 +0000
commit85754f01e79f8391b68abfa51e5b9e824171419c (patch)
tree6f4ef97cd745024ba03b0afcd81ee28372e3a3c0
parent72b04e14d76a0384b8225a6350c86e222f0bc2e0 (diff)
downloaddefinitions-85754f01e79f8391b68abfa51e5b9e824171419c.tar.gz
coreutils-common/sed.morph: workaround to not depend on rsync
-rw-r--r--strata/coreutils-common/sed.morph1
1 files changed, 1 insertions, 0 deletions
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: