summaryrefslogtreecommitdiff
path: root/strata/foundation
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-14 11:12:21 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-14 11:12:21 +0100
commitc71ab584e9562af23cf2a7600ecdde837dc9a918 (patch)
tree6148d43d45be40cb4ca8a824023ccca6885ca2ec /strata/foundation
parentda43378f60293a8ee4611a7b4c05525c41ba2ab2 (diff)
downloaddefinitions-sam/ruamel-patch-1.tar.gz
Migrations with ruamel.yaml after my first blank lines patchsam/ruamel-patch-1
Change-Id: I59f47b5c970dc415c96c7ad4cc943a0f11098ad2
Diffstat (limited to 'strata/foundation')
-rw-r--r--strata/foundation/btrfs-progs.morph3
-rw-r--r--strata/foundation/time-zone-database.morph3
2 files changed, 3 insertions, 3 deletions
diff --git a/strata/foundation/btrfs-progs.morph b/strata/foundation/btrfs-progs.morph
index 4e724dc9..807a115f 100644
--- a/strata/foundation/btrfs-progs.morph
+++ b/strata/foundation/btrfs-progs.morph
@@ -5,5 +5,4 @@ pre-configure-commands:
- ./autogen.sh
configure-commands:
# The change in the CFLAGS is needed to make the compilation succeed in armv5l
-- export CFLAGS="-O2 $CFLAGS";
- ./configure --prefix="$PREFIX" --disable-documentation
+- export CFLAGS="-O2 $CFLAGS"; ./configure --prefix="$PREFIX" --disable-documentation
diff --git a/strata/foundation/time-zone-database.morph b/strata/foundation/time-zone-database.morph
index c3c89bcf..701d781a 100644
--- a/strata/foundation/time-zone-database.morph
+++ b/strata/foundation/time-zone-database.morph
@@ -7,4 +7,5 @@ install-commands:
# ETCDIR is actually where the 'tzselect', 'zdump' and 'zic' commands get
# installed. Note that tzselect from this chunk will overlap with and override
# the tzselect binary from GLIBC.
-- make TOPDIR="$PREFIX" ETCDIR="$PREFIX/bin" TZDIR="$PREFIX/share/zoneinfo" DESTDIR="$DESTDIR" install
+- make TOPDIR="$PREFIX" ETCDIR="$PREFIX/bin" TZDIR="$PREFIX/share/zoneinfo" DESTDIR="$DESTDIR"
+ install