diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 12:47:10 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 12:47:10 -1000 |
commit | 2261d7b3871f17f9a58799493d034bf82e847e56 (patch) | |
tree | 1107e3ed3d620542f043cedaf75902fc6110d296 /data/gzip/make.sh | |
parent | 7ac65df6a9a0cbe9646c38b2c7953899b1030cc2 (diff) |
Update gzip to 1.9
Diffstat (limited to 'data/gzip/make.sh')
-rw-r--r-- | data/gzip/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/gzip/make.sh b/data/gzip/make.sh index 00bf96237..a1db2e024 100644 --- a/data/gzip/make.sh +++ b/data/gzip/make.sh @@ -1,4 +1,5 @@ pkg:setup +autoreconf pkg:configure make pkg:install |