aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index f3ed96940..225cf3e18 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -24,7 +24,7 @@ class Coreutils < Formula
system "make install"
# create a gnubin dir that has all the commands without program-prefix
- mkdir_p libexec+'gnubin'
+ (libexec+'gnubin').mkpath
$commands.each do |g|
ln_sf "../../bin/g#{g}", libexec+"gnubin/#{g}"
end