Skip to content

Commit

Permalink
build custom telosearchlr-v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayramr committed Oct 17, 2024
1 parent fb5d7af commit f059587
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/telosearchlr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ package:
source:
url: "https://github.com/gchchung/TeloSearchLR/archive/refs/tags/v1.0.0.tar.gz"
sha256: "37426e76cae03254a7746becd6b3174f9e0476ef13656998b93f036ec9468101"
patches:
- python.patch

build:
noarch: generic
Expand Down
11 changes: 11 additions & 0 deletions recipes/telosearchlr/python.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- TeloSearchLR.py-old 2024-10-17 23:03:55.738331016 +0400
+++ TeloSearchLR.py 2024-10-17 23:04:03.533242382 +0400
@@ -818,7 +818,7 @@
for opt, arg in opts:
if opt in ("-h", "--help"):
print(arg_help) # print the help message
- sys.exit(2)
+ sys.exit(0)
elif opt in ("-v", "--version"):
print(version_number)
sys.exit(2)

0 comments on commit f059587

Please sign in to comment.