From 537be0f38dca5e98a0d7142cffc23c025b0746d8 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Tue, 6 Sep 2016 12:33:37 -0300 Subject: Use new form for invoking ac_update_extern_pkg in ac_build_iraf_pkg. --- scripts/ac_build_iraf_pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index e5efa13..aca7023 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -75,7 +75,8 @@ for file_name in $ac_iraf_files; do done # Define the new package in the (temporary build-time) extern.pkg: -if ! "$script_dir/ac_update_extern_pkg" "$PREFIX" "$pkg_name"; then +if ! /usr/bin/python "$script_dir/ac_update_extern_pkg" "$PREFIX" "$pkg_name" +then echo "ERROR: failed to update $extern_pkg" >&2 exit 1 fi -- cgit