aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2009-12-12 17:40:15 -0800
committerMax Howell2009-12-17 19:19:33 +0000
commit4dcd83e6fe709dbe386bcb1d752a69f9be2c79e6 (patch)
treec992793e4fb831540f44e7250d0d290b27f20632
parentfa52de9bbaa6fcbc03e1b66d36a8450ebb432982 (diff)
downloadhomebrew-4dcd83e6fe709dbe386bcb1d752a69f9be2c79e6.tar.bz2
Also match -source tarballs.
-rw-r--r--Library/Homebrew/extend/pathname.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index bfbba61bf..d1a0f8d5b 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -142,7 +142,7 @@ class Pathname
return $1 if $1
# eg foobar-4.5.0-bin
- /-((\d+\.)+\d+[abc]?)[-.](bin|src|sources)$/.match stem
+ /-((\d+\.)+\d+[abc]?)[-.](bin|src|sources?)$/.match stem
return $1 if $1
# eg. otp_src_R13B (this is erlang's style)