mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
8 lines
372 B
Python
8 lines
372 B
Python
--- ui/qt/moc_wrapper.py.orig 2025-05-28 14:55:43 UTC
|
|
+++ ui/qt/moc_wrapper.py
|
|
@@ -20,4 +20,4 @@ args = parser.parse_args()
|
|
if args.path is None:
|
|
subprocess.check_call(["moc", args.input, "-o", args.output])
|
|
else:
|
|
- subprocess.check_call([args.path + "/moc", args.input, "-o", args.output])
|
|
+ subprocess.check_call([args.path, args.input, "-o", args.output])
|