[Mesa-dev] [PATCH 1/4] install_megadrivers: print the full path with driver name

Dylan Baker dylan at pnwbakers.com
Tue Oct 17 00:55:50 UTC 2017


Instead of just the path.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 bin/install_megadrivers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/install_megadrivers.py b/bin/install_megadrivers.py
index a5a46201ccb..a98d7dd177b 100755
--- a/bin/install_megadrivers.py
+++ b/bin/install_megadrivers.py
@@ -46,7 +46,7 @@ def main():
         driver = os.path.join(to, each)
         if os.path.exists(driver):
             os.unlink(driver)
-        print('installing {} to {}'.format(args.megadriver, to))
+        print('installing {} to {}'.format(args.megadriver, driver))
         os.link(master, driver)
     os.unlink(master)
 
-- 
2.14.2



More information about the mesa-dev mailing list