Skip to content

Commit

Permalink
Push iraf core to 2.18.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Aug 17, 2024
1 parent d827c97 commit 83c5064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PKGS = core.pkg ximtool.pkg xgterm.pkg ctio.pkg fitsutil.pkg mscred.pkg \

core.pkg:
mkdir -p $(BUILDDIR)/iraf
curl -L https://github.com/iraf-community/iraf/archive/refs/tags/v2.18.tar.gz | \
curl -L https://github.com/iraf-community/iraf/archive/refs/tags/v2.18.1rc1.tar.gz | \
tar xzf - -C $(BUILDDIR)/iraf --strip-components=1
$(MAKE) -C $(BUILDDIR)/iraf
mkdir -p $(INSTDIR)/iraf
Expand All @@ -54,7 +54,7 @@ core.pkg:
--root $(INSTDIR)/iraf \
--install-location / \
$(PKGBUILD_ARG) \
--version 2.18 \
--version 2.18.1rc1 \
$@

ximtool.pkg: core.pkg
Expand Down

0 comments on commit 83c5064

Please sign in to comment.