OSDN Git Service
(root)
/
android-x86
/
external-mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e640b3f
)
install_megadrivers: print the full path with driver name
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 17 Oct 2017 00:25:53 +0000
(17:25 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 26 Oct 2017 18:30:56 +0000
(11:30 -0700)
Instead of just the path.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
bin/install_megadrivers.py
patch
|
blob
|
history
diff --git
a/bin/install_megadrivers.py
b/bin/install_megadrivers.py
index
a5a4620
..
a98d7dd
100755
(executable)
--- 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)