summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-18 21:38:58 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-18 21:39:14 +0000
commit5d845d70d60ba2d0b62bbae9030615a9e2beedf9 (patch)
tree11454967c39e9c3cde2ef51baeac3d6cf8ab78c5
parent85754f01e79f8391b68abfa51e5b9e824171419c (diff)
downloaddefinitions-5d845d70d60ba2d0b62bbae9030615a9e2beedf9.tar.gz
coreutils-common/diff.morph: workaround to not depend on rsyncbaserock/jjardon/sed_fixes
-rw-r--r--strata/coreutils-common/diff.morph1
1 files changed, 1 insertions, 0 deletions
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"