summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/e2fsprogs/gen.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua
index e4246a3e..ef8c6592 100644
--- a/pkg/e2fsprogs/gen.lua
+++ b/pkg/e2fsprogs/gen.lua
@@ -224,4 +224,12 @@ exe('bin/mke2fs', [[
file('bin/mke2fs', '755', '$outdir/bin/mke2fs')
substman{'misc/mke2fs.8.in'}
+exe('bin/e4crypt', [[
+ misc/e4crypt.c
+ libext2fs.a
+ $builddir/pkg/util-linux/libuuid.a.d
+]])
+file('bin/e4crypt', '755', '$outdir/bin/e4crypt')
+substman{'misc/e4crypt.8.in'}
+
fetch 'git'