Skip to content

Commit

Permalink
Fixed Conda build complaining about missing bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 1, 2019
1 parent 986a04a commit 02d972b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/xenon-cli/build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdir $PREFIX/lib
mkdir $PREFIX/lib $PREFIX/bin
cp bin/xenon.bat $PREFIX/bin/xenon.bat
cp lib/xenon-cli-*.jar $PREFIX/lib/
2 changes: 1 addition & 1 deletion conda/xenon-cli/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdir $PREFIX/lib || true
mkdir $PREFIX/bin $PREFIX/lib || true
cp bin/xenon $PREFIX/bin/xenon
cp lib/xenon-cli-*.jar $PREFIX/lib/

0 comments on commit 02d972b

Please sign in to comment.