summaryrefslogtreecommitdiff
path: root/bin/install_megadrivers.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install_megadrivers.py')
-rwxr-xr-xbin/install_megadrivers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py
index 86bfa359188..7931a544bd2 100755
--- a/bin/install_megadrivers.py
+++ b/bin/install_megadrivers.py
@@ -58,7 +58,7 @@ def main():
while ext != '.so':
if os.path.exists(name):
os.unlink(name)
- os.symlink(driver, name)
+ os.symlink(each, name)
name, ext = os.path.splitext(name)
finally:
os.chdir(ret)