ircd-hybrid: use proper skip_clean

This commit is contained in:
Adam Vandenberg 2012-10-21 13:06:40 -07:00
parent e7c12bce20
commit 450a2d5a2d

View file

@ -6,7 +6,7 @@ class IrcdHybrid < Formula
sha1 'a4d7e06517152ea88b064cd9756084372ed831ac' sha1 'a4d7e06517152ea88b064cd9756084372ed831ac'
# ircd-hybrid needs the .la files # ircd-hybrid needs the .la files
skip_clean 'lib' skip_clean :la
def install def install
# See patch fix 3 # See patch fix 3