Skip to content

Commit

Permalink
#7 fix recipe to add a directory level
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jun 7, 2024
1 parent 86aede4 commit 0c9f580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/mesalib-devel-only/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ package:
build:
number: 0
script: |
python "$RECIPE_DIR/download_package.py" mesalib '${{ version }}' "$PREFIX"
mkdir "$PREFIX/mesalib"
python "$RECIPE_DIR/download_package.py" mesalib '${{ version }}' "$PREFIX/mesalib"
requirements:
build:
Expand Down

0 comments on commit 0c9f580

Please sign in to comment.