Skip to content

Commit

Permalink
Copy the ocp-checker binary even if one already exists
Browse files Browse the repository at this point in the history
No more "cp: cannot create regular file 'ocp-checker': Permission
denied".
  • Loading branch information
bclement-ocp committed Jan 3, 2024
1 parent 1e5754f commit d6c42b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsc/extra/ocpchecker/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

bin:
@dune build ocp_checker.exe
@cp ../../../_build/default/rsc/extra/ocpchecker/ocp_checker.exe ocp-checker
@cp -f ../../../_build/default/rsc/extra/ocpchecker/ocp_checker.exe ocp-checker

clean:
rm -f ocp-checker

0 comments on commit d6c42b7

Please sign in to comment.