aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 13:06:59 -0700
committerAdam Vandenberg2012-10-21 13:24:05 -0700
commit1849b8d1649783145a599e1c7145016aa04e5576 (patch)
tree233a461c6c6a9fccc1729067141310e617844477 /Library
parent5dd73c3eb0368229e58b76398b3f4f621beb15da (diff)
downloadhomebrew-1849b8d1649783145a599e1c7145016aa04e5576.tar.bz2
irssi: remove unused skip_clean
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/irssi.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb
index 238e52c99..8a60560cd 100644
--- a/Library/Formula/irssi.rb
+++ b/Library/Formula/irssi.rb
@@ -8,9 +8,6 @@ class Irssi < Formula
depends_on 'pkg-config' => :build
depends_on 'glib'
- # Don't strip, to allow dynamic loading of modules
- skip_clean 'bin'
-
# Fix Perl build flags and paths in man page
def patches; DATA; end