mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
meson/megadriver: fix install message to match the rest of meson
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29731>
This commit is contained in:
parent
dbc28332a9
commit
da05938e65
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def main():
|
|||
|
||||
if os.path.lexists(abs_driver):
|
||||
os.unlink(abs_driver)
|
||||
print('installing {} to {}'.format(args.megadriver, abs_driver))
|
||||
print(f'Installing hardlink to {args.megadriver} to {abs_driver}')
|
||||
os.link(master, abs_driver)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue