From 5ce3856eb9a113fc8aa32e4a99f79507ab91d3c6 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Tue, 9 Mar 2021 17:57:47 +0100 Subject: [PATCH] Minor changes: comments in instructions.cr --- src/instructions.cr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/instructions.cr b/src/instructions.cr index 34991fc..1fa4bd7 100644 --- a/src/instructions.cr +++ b/src/instructions.cr @@ -1,11 +1,11 @@ -# Instructions for src-split, [pre-](configure|build|install) and post-install +# User instructions for: +# source-split, [pre-](configure|build|install) and post-install # Simple array of strings with a name. # # Methods: -# - run(recipe) : BuildStatus -# execute each instruction -# instructions are provided by the recipe +# - run(directory) : BuildStatus +# execute each instruction in a shell in a sub process class Package::Instructions < Array(String) getter phase : String