summaryrefslogtreecommitdiff
path: root/scripts/ac_build_iraf_pkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ac_build_iraf_pkg')
-rwxr-xr-xscripts/ac_build_iraf_pkg2
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