summaryrefslogtreecommitdiff
path: root/buildscripts/__init__.py
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-12-25 12:01:48 -0500
committerEliot Horowitz <eliot@10gen.com>2011-12-25 12:01:48 -0500
commit1c2950f9dae69aa3421feefada584032bdab8fa4 (patch)
tree65cc7edc2f38c5b9068cdfd2f06f17f1bfddf2ed /buildscripts/__init__.py
parent54b37b38ca683fa6d0da87c06c7798802998a922 (diff)
downloadmongo-1c2950f9dae69aa3421feefada584032bdab8fa4.tar.gz
mandriva hack removal
Diffstat (limited to 'buildscripts/__init__.py')
-rw-r--r--buildscripts/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/__init__.py b/buildscripts/__init__.py
index 839da9dd919..3fbef4d84e2 100644
--- a/buildscripts/__init__.py
+++ b/buildscripts/__init__.py
@@ -7,7 +7,4 @@ def findHacks( un ):
if un[0] == 'Linux' and (os.path.exists("/etc/debian_version") or
un[3].find("Ubuntu") >= 0):
return hacks_ubuntu
- if un[0] == 'Linux' and (os.path.exists("/etc/mandriva-release") or
- un[3].find("mnb") >= 0):
- return hacks_mandriva
return None