Skip to content

Commit

Permalink
Fixed typo in sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian committed Sep 21, 2022
1 parent e82a380 commit bc81e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ZDB_DIR="${PREFIX}/share/${ZDB}"

mkdir -p ${PREFIX}/bin ${ZDB_DIR}

sed "s=version={$PKG_VERSION}==" > ${PREFIX}/bin/zdb
sed "s=version=$PKG_VERSION=" bin/zdb > ${PREFIX}/bin/zdb

chmod u+x ${PREFIX}/bin/zdb

Expand Down
4 changes: 2 additions & 2 deletions conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ build:
number: 3

source:
url: https://github.com/metagenlab/zDB/archive/refs/tags/v1.0.4-alpha.tar.gz
sha256: 9f938103b8b02a92b476bec224bc72cc33ffccba1ef0b99ea87b0f1741d6f68a
url: https://github.com/metagenlab/zDB/archive/refs/tags/v1.0.4.2-alpha.tar.gz
sha256: 5fdeadfd6db555a94b035625a1d2694b446391f0b2d974b4f57999e731851229


requirements:
Expand Down

0 comments on commit bc81e5d

Please # to comment.