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