Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Feb 24, 2022
1 parent 589d2e5 commit 5a32c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .misc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mkdir -p $PREFIX/bin
mkdir -p $PREFIX/bin/lepmap3
mkdir -p $PREFIX/bin/lepanchor
# LepWrap executable
chmod +x LepWrap
cp LepWrap $PREFIX/bin/
chmod +x $PREFIX/bin/LepWrap
# associated scripts
chmod +x scripts/*
cp scripts/* $PREFIX/bin/
Expand Down

0 comments on commit 5a32c3b

Please sign in to comment.