diff options
-rw-r--r-- | sm/assemble_x.sm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/assemble_x.sm b/sm/assemble_x.sm index a9fd9ca..391a0d2 100644 --- a/sm/assemble_x.sm +++ b/sm/assemble_x.sm @@ -12,18 +12,22 @@ TABLE assemble HOST arzach IF ssbx_build: CMD x.stsci_python RUN "assemble_stsci_python x" AFTER init/* + AFTER irafx_update IF ssbx_build: CMD x.stsci_iraf RUN "assemble_stsci_iraf x" AFTER init/* + AFTER irafx_update IF ssbx_build: CMD x.axe RUN "assemble_axe x" AFTER init/* + AFTER irafx_update IF ssbx_build: CMD x.hstcal RUN "assemble_hstcal x" AFTER init/* + AFTER irafx_update TABLE assemble HOST jwcalibdev |