From 5a2d242281c92eac4ce248b27e96e9358ab8b851 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 25 Aug 2016 14:58:11 -0300 Subject: Add some more IRAF definition variables & rename them a bit more nicely. --- scripts/check_iraf_pkg_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/check_iraf_pkg_build') 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="" -- cgit