summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/fspec-sync/gen.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/fspec-sync/gen.lua b/pkg/fspec-sync/gen.lua
index bf9ea22f..d9d99418 100644
--- a/pkg/fspec-sync/gen.lua
+++ b/pkg/fspec-sync/gen.lua
@@ -17,7 +17,12 @@ end)
lib('libcommon.a', {'fatal.c', 'parse.c', 'reallocarray.c'})
exe('fspec-hash', {'fspec-hash.c', 'libcommon.a', '$builddir/pkg/b3sum/libblake3.a'}, {'pkg/b3sum/headers'})
+file('bin/fspec-hash', '755', '$outdir/fspec-hash')
+
exe('fspec-sort', {'fspec-sort.c', 'libcommon.a'})
+file('bin/fspec-sort', '755', '$outdir/fspec-sort')
+
exe('fspec-tar', {'fspec-tar.c', 'libcommon.a'})
+file('bin/fspec-tar', '755', '$outdir/fspec-tar')
fetch 'git'