summaryrefslogtreecommitdiff
path: root/scripts/check_iraf_pkg_build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_iraf_pkg_build')
-rwxr-xr-xscripts/check_iraf_pkg_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check_iraf_pkg_build b/scripts/check_iraf_pkg_build
index e33190f..cf0b9e3 100755
--- a/scripts/check_iraf_pkg_build
+++ b/scripts/check_iraf_pkg_build
@@ -60,14 +60,14 @@ if [ ! -r "$bld_log" ]; then
echo "ERROR: cannot read $bld_log" >&2
st=1
fi
-pkg_patterns="${pkg_path}${pkg_patt_name}"
+pkg_patterns="${pkg_path}${pkg_patterns}"
if [ ! -r "$pkg_patterns" ]; then
echo "ERROR: cannot read $pkg_patterns" >&2
st=1
fi
# Check for an optional manifest:
-manifest="${pkg_path}${manifest_name}"
+manifest="${pkg_path}${pkg_manifest}"
if [ ! -r "$manifest" ]; then
echo "Warning: no manifest in $pkg_path" >&2
manifest=""