From e22df1a2832702165f6b411a182c5bad8dc8c9fe Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 28 Sep 2019 11:26:58 +0100 Subject: 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. --- reproduce/software/make/high-level.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/software/make/high-level.mk') 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 -- cgit v1.2.1