0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-03 03:45:09 +00:00
Files
termux-packages/packages/udocker/0001-fix-qemu.patch
2025-05-17 11:08:18 +08:00

10 lines
463 B
Diff

diff -ur orig/udocker/engine/base.py mod/udocker/engine/base.py
--- orig/udocker/engine/base.py 2024-08-28 16:01:10.000000000 +0200
+++ mod/udocker/engine/base.py 2025-05-12 15:23:35.642041791 +0200
@@ -690,4 +690,4 @@
if not qemu_path:
Msg().err("Warning: qemu required but not available", l=Msg.WAR)
return ""
- return qemu_path if return_path else qemu_filename
+ return qemu_path if return_path else qemu_path