aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/userspace-rcu.rb
diff options
context:
space:
mode:
authorJack Nagel2014-09-08 00:10:06 -0500
committerJack Nagel2014-09-08 00:11:54 -0500
commitdf1aa2d2f3716e2e1d04afff16f0a865d6744635 (patch)
tree137f6f86bf8a1b94d4feefa986e919a7688a182f /Library/Formula/userspace-rcu.rb
parentdfe114dce97c8e2d052e05c64a505793a189a150 (diff)
downloadhomebrew-df1aa2d2f3716e2e1d04afff16f0a865d6744635.tar.bz2
Use doc helper where appropriate
Diffstat (limited to 'Library/Formula/userspace-rcu.rb')
-rw-r--r--Library/Formula/userspace-rcu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/userspace-rcu.rb b/Library/Formula/userspace-rcu.rb
index f3da83ddb..01d1e7b1c 100644
--- a/Library/Formula/userspace-rcu.rb
+++ b/Library/Formula/userspace-rcu.rb
@@ -19,7 +19,7 @@ class UserspaceRcu < Formula
end
test do
- system "cp", "-a", "#{share}/doc/userspace-rcu/examples", "."
+ system "cp", "-a", "#{doc}/examples", "."
system "make", "-C", "examples"
end
end