mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
$NetBSD: patch-src_virt-manager-tui.in,v 1.1 2012/09/05 21:15:16 gls Exp $
|
|
|
|
Do not hardcode "python" interpreter, use PYTHONBIN instead.
|
|
|
|
--- src/virt-manager-tui.in.orig 2012-07-29 20:20:46.000000000 +0000
|
|
+++ src/virt-manager-tui.in
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
|
|
-exec python "::PYTHONDIR::/::PACKAGE::.py" "$@"
|
|
+exec @@PYTHONBIN@@ "::PYTHONDIR::/::PACKAGE::.py" "$@"
|