Skip to content

Commit 841f941

Browse files
committed
Rakefile: Create binary directory while installing
1 parent be37bb0 commit 841f941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ end
3636
task :install do
3737
do_fatal_checks
3838
# install binary
39+
sh "mkdir -p #{bindir}"
3940
sh "install #{executable} #{bindir}"
4041
# install ruby files in lib/
4142
sh "mkdir -p #{srcdir}"

0 commit comments

Comments
 (0)