aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-05 21:46:47 -0500
committerJack Nagel2014-05-05 21:46:50 -0500
commit22549f45b231e82960cd5f51fe2489cae5b63a11 (patch)
treee36ab9605ca7b4b6d5376619cabdd0e4c1325f87 /Library/Formula
parenta7bd79b349eea85e1530c688b0f407204901d21e (diff)
downloadhomebrew-22549f45b231e82960cd5f51fe2489cae5b63a11.tar.bz2
osxfuse: use opt_prefix in caveats
cf. #28990.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/osxfuse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb
index 9f5920f1e..1461cd4f4 100644
--- a/Library/Formula/osxfuse.rb
+++ b/Library/Formula/osxfuse.rb
@@ -41,7 +41,7 @@ class Osxfuse < Formula
The new osxfuse file system bundle needs to be installed by the root user:
- sudo /bin/cp -RfX #{prefix}/Library/Filesystems/osxfusefs.fs /Library/Filesystems
+ sudo /bin/cp -RfX #{opt_prefix}/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
EOS
end