aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-08 20:55:40 -0800
committerAdam Vandenberg2012-02-08 20:55:40 -0800
commit4452920571aaabcfe8f75948bdc54b54d52a3611 (patch)
tree276c36b01d4f532335d7c0a79bbc0a292f8d78c2 /Library/Formula
parent69dec5aa491ede6e0f21b115519f22d25d61079c (diff)
downloadhomebrew-4452920571aaabcfe8f75948bdc54b54d52a3611.tar.bz2
abcde: comment use of inreplace
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/abcde.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/abcde.rb b/Library/Formula/abcde.rb
index 4b79697a3..81c82ef04 100644
--- a/Library/Formula/abcde.rb
+++ b/Library/Formula/abcde.rb
@@ -14,6 +14,7 @@ class Abcde < Formula
depends_on 'mkcue'
def install
+ # Makefile hardcodes installing files owned by root; don't do this.
inreplace 'Makefile', '-o 0', ''
system "export prefix=#{prefix};export DESTDIR=$prefix;make -e install"
end