Add sdist to Makefile & Cleanup setup.py syntax.
[rarslave2.git] / PAR2Set / OldRAR.py
index f8b5719..b872ccf 100644 (file)
@@ -63,7 +63,7 @@ class OldRAR (PAR2Set.Base.Base):
        def find_extraction_heads (self):
                """Find the heads of extraction for an old-style rar set"""
 
-               return rsutil.common.find_matches ('^.*\.rar', self.all_files)
+               return rsutil.common.find_matches ('^.*\.rar$', self.all_files)
 
        def extraction_function (self, file, todir):
                """Extract a single rar file to the given directory.