diff options
-rwxr-xr-x | scripts/ac_build_iraf_pkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |