-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TreeBest to commit c9d3a2e35276c825577ec945b229e975c32078d8 (#…
…11348) * Update TreeBest to commit c9d3a2e35276c825577ec945b229e975c32078d8 Also add about:home . * Workaround conda-forge/bison-feedstock#7
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
#!/bin/sh | ||
set -e | ||
|
||
# https://github.com/conda-forge/bison-feedstock/issues/7 | ||
export M4="${PREFIX}/bin/m4" | ||
|
||
make | ||
mkdir -p "$PREFIX/bin" | ||
cp treebest "$PREFIX/bin/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters