aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/abcde.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/abcde.rb')
-rw-r--r--Library/Formula/abcde.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/abcde.rb b/Library/Formula/abcde.rb
index 81c82ef04..8553cd6d8 100644
--- a/Library/Formula/abcde.rb
+++ b/Library/Formula/abcde.rb
@@ -14,8 +14,8 @@ 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"
+ bin.install 'abcde', 'cddb-tool'
+ etc.install 'abcde.conf' unless (etc/'abcde.conf').exist?
+ man1.install 'abcde.1', 'cddb-tool.1'
end
end