Revert "libelf: use mkpath"

This reverts commit d1ec68c270abeb7225dfa2b1062d4d65f3d2e35f.
This commit is contained in:
Dominyk Tiller 2015-09-08 00:24:42 +01:00
parent 8194db9f3f
commit 06314dd1d8

View file

@ -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