diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-11 22:12:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-11 22:12:12 -0700 |
| commit | 40cf2e3307a5674eeb309520408b82d9d70d6bab (patch) | |
| tree | bf5c1f9ec0bf63e10065144cb9a944f3a35bee31 /pkg/bzip2/gen.lua | |
| parent | b008bcab61a7ba82b35af326b4ba3844166647d3 (diff) | |
bzip2: Update to new upstream repository
There is no new released version yet, but this includes a number
of bug fixes on top of 1.0.6.
Diffstat (limited to 'pkg/bzip2/gen.lua')
| -rw-r--r-- | pkg/bzip2/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/bzip2/gen.lua b/pkg/bzip2/gen.lua index 533328b9..d4b56ee6 100644 --- a/pkg/bzip2/gen.lua +++ b/pkg/bzip2/gen.lua @@ -12,7 +12,7 @@ lib('libbz2.a', { exe('bzip2', {'bzip2.c', 'libbz2.a'}) file('bin/bzip2', '755', '$outdir/bzip2') -man{'bzip2.1'} +man{'man/bzip2.1'} sym('bin/bzcat', 'bzip2') -fetch 'curl' +fetch 'git' |
