diff options
Diffstat (limited to 'bin/install_megadrivers.py')
-rw-r--r-- | bin/install_megadrivers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py index ca543e5ce30..c9ab99a2833 100644 --- a/bin/install_megadrivers.py +++ b/bin/install_megadrivers.py @@ -49,7 +49,6 @@ def main(): if os.path.lexists(to): os.unlink(to) os.makedirs(to) - shutil.copy(args.megadriver, master) for driver in args.drivers: abs_driver = os.path.join(to, driver) |