diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-09-28 11:26:58 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-09-28 11:26:58 +0100 |
commit | e22df1a2832702165f6b411a182c5bad8dc8c9fe (patch) | |
tree | e29f9895367d5c551cd471388ef571308738128f /reproduce/software | |
parent | 59b3bfb6343a37480d2b66a1a9e13f0571099b94 (diff) |
Corrected name of SExtractor in its final target
Until now we were calling it `Sextractor', but the official way of writing
it is `SExtractor'. With this commit, this has been corrected.
Diffstat (limited to 'reproduce/software')
-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 d246ce1..a28eb7e 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -838,7 +838,7 @@ $(ibidir)/sextractor: $(tdir)/sextractor-$(sextractor-version).tar.lz \ --with-openblas-incdir=$(idir)/include) \ && ln -fs $(ibdir)/sex $(ibdir)/sextractor \ && cp $(dtexdir)/sextractor.tex $(ictdir)/ \ - && echo "Sextractor $(sextractor-version) \citep{sextractor}" > $@ + && echo "SExtractor $(sextractor-version) \citep{sextractor}" > $@ $(ibidir)/swarp: $(tdir)/swarp-$(swarp-version).tar.gz \ $(ibidir)/fftw |