Revert "libelf: use mkpath"
This reverts commit d1ec68c270abeb7225dfa2b1062d4d65f3d2e35f.
This commit is contained in:
parent
8194db9f3f
commit
06314dd1d8
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class Libelf < Formula
|
|||
"--disable-compat"
|
||||
# Use separate steps; there is a race in the Makefile.
|
||||
system "make"
|
||||
lib.mkpath
|
||||
(include/name).mkpath
|
||||
mkdir_p lib
|
||||
mkdir_p include+name
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue