Skip to content

Commit

Permalink
explicitely copy from src_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Maticzka committed Oct 5, 2018
1 parent 81201f9 commit 868551b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/graphprot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest

# install
mkdir -p $BIN $LIBEXEC $SHARE
cp GraphProt.pl $BIN
cp bin/* $LIBEXEC -r
cp EDeN/EDeN $LIBEXEC
cp data $SHARE -r
cp $SRC_DIR/GraphProt.pl $BIN
cp $SRC_DIR/bin/* $LIBEXEC -r
cp $SRC_DIR/EDeN/EDeN $LIBEXEC
cp $SRC_DIR/data $SHARE -r

0 comments on commit 868551b

Please sign in to comment.