Skip to content

Commit

Permalink
opam: use install instead of cp since it is what should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois C. M. Berenger committed Oct 24, 2024
1 parent 4bd09f1 commit d8a33c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/liblinear/liblinear.2.47/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "BSD-3-Clause"
build: [
["sh" "-c" "make -C liblinear-247"]
["cp" "-d" "--preserve=all" "liblinear-247/train" "%{bin}%/liblinear-train"]
["cp" "-d" "--preserve=all" "liblinear-247/predict" "%{bin}%/liblinear-predict"]
["install" "liblinear-247/train" "%{bin}%/liblinear-train"]
["install" "liblinear-247/predict" "%{bin}%/liblinear-predict"]
]
depexts: [
["conf-gcc"]
Expand Down

0 comments on commit d8a33c2

Please sign in to comment.