From b8bf9dbcbb598fee962a9a1168444bba73e44c5b Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 30 Nov 2016 20:47:57 -0300 Subject: Try using new cl version of make_iraf_help in $iraf, to avoid PyRAF dependency. --- scripts/ac_build_iraf_pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index fc502c0..6b756de 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -133,7 +133,7 @@ if [ -r "$file_path" ]; then st=$? else # This is an IRAF convention that usually applies but doesn't always: - "$script_dir/make_iraf_help" "$pkg_name" > "$help_log_name" 2>&1 + "$iraf/util/make_help" "$pkg_name" > "$help_log_name" 2>&1 st=$? fi -- cgit