aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-05-06 19:39:19 -0500
committerJack Nagel2012-05-06 19:39:19 -0500
commit785e7148a3054def364ec7abf10275a3b4841d44 (patch)
tree9b956c8be3edb4af305319a9bb1b8ed06406a93a /Library/Formula
parent0968361cb40e5dfffe10cfef20eb71c2cd2e83ca (diff)
downloadhomebrew-785e7148a3054def364ec7abf10275a3b4841d44.tar.bz2
dc3dd: remove charset.alias cruft
Removing this file is now handled internally. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dc3dd.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/dc3dd.rb b/Library/Formula/dc3dd.rb
index 485b700a3..91ebac28d 100644
--- a/Library/Formula/dc3dd.rb
+++ b/Library/Formula/dc3dd.rb
@@ -15,7 +15,6 @@ class Dc3dd < Formula
"--infodir=#{info}"
system "make"
system "make install"
- rm (lib+'charset.alias')
prefix.install %w[README Options_Reference.txt Sample_Commands.txt]
end
end