diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-28 14:21:54 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-28 14:21:54 -0700 |
| commit | 95cf1ad5e0a86b62260f6a5eb24cc9cf33d92d0a (patch) | |
| tree | 86a94b10c314ed8a6653ff90898b02f2863a64bd /pkg/openbsd/gen.lua | |
| parent | 236c0c6ce4446adac7a08f4f0604c011a0946659 (diff) | |
Use our own pax
Diffstat (limited to 'pkg/openbsd/gen.lua')
| -rw-r--r-- | pkg/openbsd/gen.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua index f0eba8d8..53f2d1df 100644 --- a/pkg/openbsd/gen.lua +++ b/pkg/openbsd/gen.lua @@ -85,10 +85,9 @@ exe('pax', [[bin/pax/( gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c ) libbsd.a]]) -file('bin/pax', '755', '$outdir/pax') -sym('bin/tar', 'pax') -sym('bin/cpio', 'pax') -man{'bin/pax/pax.1', 'bin/pax/tar.1', 'bin/pax/cpio.1'} +file('bin/tar', '755', '$outdir/pax') +sym('bin/cpio', 'tar') +man{'bin/pax/tar.1', 'bin/pax/cpio.1'} -- rsync exe('rsync', [[ |
