From d675e052fbc0b4f9e373d9cd1b7b2d1b473d7d9a Mon Sep 17 00:00:00 2001 From: jturner Date: Wed, 17 Aug 2016 20:01:52 -0300 Subject: Add recipe for new astroconda-utils package, containing build & run-time helper scripts (currently for IRAF). --- astroconda-utils/build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 astroconda-utils/build.sh (limited to 'astroconda-utils/build.sh') diff --git a/astroconda-utils/build.sh b/astroconda-utils/build.sh new file mode 100644 index 0000000..7abeef0 --- /dev/null +++ b/astroconda-utils/build.sh @@ -0,0 +1,4 @@ +# Copy scripts to the installation: +dest="$PREFIX/bin" +mkdir -p "$dest" && cp -p scripts/* "$dest/" + -- cgit