summaryrefslogtreecommitdiff
path: root/scripts/ac_build_iraf_pkg
diff options
context:
space:
mode:
authorJames E.H. Turner <jturner@gemini.edu>2016-09-01 09:47:13 -0400
committerJames E.H. Turner <jturner@gemini.edu>2016-09-01 09:47:13 -0400
commitf3268c7558b8679aef84659d98fc89eba9d82cc4 (patch)
tree8f917299efecb3958bee02322f4b40934320f912 /scripts/ac_build_iraf_pkg
parentd026f53ee29bc053dfb1d77bf7849c61a176c33d (diff)
downloadastroconda-iraf-helpers-f3268c7558b8679aef84659d98fc89eba9d82cc4.tar.gz
Rename scripts consistently to reflect use of AstroConda-specific conventions.
Diffstat (limited to 'scripts/ac_build_iraf_pkg')
-rwxr-xr-xscripts/ac_build_iraf_pkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg
index 8c8024b..767e60b 100755
--- a/scripts/ac_build_iraf_pkg
+++ b/scripts/ac_build_iraf_pkg
@@ -16,7 +16,7 @@
# common name definitions from the same place:
script_dir=`dirname "$0"`
script_dir=`cd "$script_dir" && pwd` # canonical version of path
-. "$script_dir/iraf_defs"
+. "$script_dir/ac_iraf_defs"
# The parameters are effectively conda build variables, which must be set here:
if [ -n "$1" -o -z "$PREFIX" -o -z "$RECIPE_DIR" -o -z "$PKG_NAME" ]; then
@@ -75,7 +75,7 @@ for file_name in $ac_iraf_files; do
done
# Define the new package in the (temporary build-time) extern.pkg:
-if ! "$script_dir/update_extern_pkg" "$PREFIX" "$pkg_name"; then
+if ! "$script_dir/ac_update_extern_pkg" "$PREFIX" "$pkg_name"; then
echo "ERROR: failed to update $extern_pkg" >&2
exit 1
fi