From 3b006f1563a48fc879d21237aac8a52b177bfccf Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 16:52:03 -0300 Subject: Moved astroconda-build-utils to astroconda github org and renamed to astroconda-iraf-helpers. --- astroconda-iraf-helpers/build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 astroconda-iraf-helpers/build.sh (limited to 'astroconda-iraf-helpers/build.sh') diff --git a/astroconda-iraf-helpers/build.sh b/astroconda-iraf-helpers/build.sh new file mode 100644 index 0000000..7abeef0 --- /dev/null +++ b/astroconda-iraf-helpers/build.sh @@ -0,0 +1,4 @@ +# Copy scripts to the installation: +dest="$PREFIX/bin" +mkdir -p "$dest" && cp -p scripts/* "$dest/" + -- cgit