diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-22 23:05:44 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-22 23:33:21 -0700 |
| commit | 53e09653d94bb395beb81742ed4dc1dc09b76829 (patch) | |
| tree | a223129616282b1d5421748bb1f7dfb3390442e7 /pkg/fspec-sync | |
| parent | de279e612e7b1a568e5e25b7b960b0ce1f27219c (diff) | |
fspec-sync: Install executables
Diffstat (limited to 'pkg/fspec-sync')
| -rw-r--r-- | pkg/fspec-sync/gen.lua | 5 |
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' |
