From f1f345d907cdcb4e817df4dedb586de60863eb4b Mon Sep 17 00:00:00 2001 From: Jayaram Radhakrishnan <97015642+jayramr@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:00:06 +0400 Subject: [PATCH] Update meta.yaml --- recipes/telosearchlr/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/telosearchlr/meta.yaml b/recipes/telosearchlr/meta.yaml index 3fa0e37b96c146..07b51afb38c345 100644 --- a/recipes/telosearchlr/meta.yaml +++ b/recipes/telosearchlr/meta.yaml @@ -13,8 +13,9 @@ build: noarch: generic number: 0 script: + - set -e - mkdir -p $PREFIX/bin - - sed -i '1i #!/usr/bin/env python3' *.py + - sed -i "1i #!/usr/bin/env python3" *.py - chmod +x *.py - mv *.py $PREFIX/bin run_exports: