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-build-utils/build.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 astroconda-build-utils/build.sh (limited to 'astroconda-build-utils/build.sh') diff --git a/astroconda-build-utils/build.sh b/astroconda-build-utils/build.sh deleted file mode 100644 index 7abeef0..0000000 --- a/astroconda-build-utils/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -# Copy scripts to the installation: -dest="$PREFIX/bin" -mkdir -p "$dest" && cp -p scripts/* "$dest/" - -- cgit