summaryrefslogtreecommitdiff
path: root/strata/tools/e2fsprogs.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/e2fsprogs.morph')
-rw-r--r--strata/tools/e2fsprogs.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/strata/tools/e2fsprogs.morph b/strata/tools/e2fsprogs.morph
new file mode 100644
index 00000000..9d3b32a8
--- /dev/null
+++ b/strata/tools/e2fsprogs.morph
@@ -0,0 +1,14 @@
+name: e2fsprogs
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ ./configure --prefix="$PREFIX" --sysconfdir=/etc \
+ --disable-libuuid --disable-uuidd --disable-fsck
+install-commands:
+- |
+ td="$(mktemp -d)"
+ make DESTDIR="$td" install
+ find "$td" \( -name blkid -o -name findfs -o -name fsck \) -delete
+ find "$td" \( -name blkid.8 -o -name findfs.8 \) -delete
+ mv "$td"/* "$DESTDIR"