Skip to content

Commit

Permalink
Fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Dec 24, 2024
1 parent 6cb9d6d commit 1670333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pdb2fasta/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -euo

mkdir -p ${PREFIX}/bin
${CC} ${CFLAGS} pdb2fasta.cpp -o pdb2fasta
${CC} ${CFLAGS} pdb2fasta.c -o pdb2fasta
mv pdb2fasta ${PREFIX}/bin

0 comments on commit 1670333

Please sign in to comment.