diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-05-01 09:58:19 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-05-01 09:58:19 +0100 |
commit | ff74e8567a4674d555b471a1746cc71852dccf28 (patch) | |
tree | fcbb8efd73af06463f06459662911baf3f2800de /reproduce | |
parent | 86d93b56c05609565a1a4566de37ae0283896bd7 (diff) |
Corrected typo in netpbm tarball extension
In the last imported work about fixing all backslashes, the extension of
`netpbm' tarball was not the correct one. Now we are using `.tar.gz'
instead of `.tgz'.
With this commit, we fix this typo by replacing the `.tgz' by `.tar.gz'
in the rule of `netpbm'.
Diffstat (limited to 'reproduce')
-rw-r--r-- | reproduce/software/make/high-level.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk index 866d5d2..ee3c85c 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -595,7 +595,7 @@ endif # ask to the user. We give all answers with a pipe to the scripts (configure # and install). The questions are different depending on the system (tested # on GNU/Linux and Mac OS). -$(ibidir)/netpbm: $(tdir)/netpbm-$(netpbm-version).tgz \ +$(ibidir)/netpbm: $(tdir)/netpbm-$(netpbm-version).tar.gz \ $(ibidir)/libjpeg \ $(ibidir)/libtiff \ $(ibidir)/libxml2 \ |