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 f4c793b..997e266 100755
--- a/scripts/ac_build_iraf_pkg
+++ b/scripts/ac_build_iraf_pkg
@@ -127,7 +127,7 @@ if [ -r "$file_path" ]; then
st=$?
else
# This is an IRAF convention that usually applies but doesn't always:
- "$script_dir/make_helpdb" "$pkg_name" > "$help_log_name" 2>&1
+ "$script_dir/make_iraf_help" "$pkg_name" > "$help_log_name" 2>&1
st=$?
fi