Files
piper/shebang-env.patch
Tomáš Chvátal 1b12efef5f Accepting request 643234 from home:theMarix:Staging
I want to maintain piper in Factory and would like to use hardware as a devel project.

OBS-URL: https://build.opensuse.org/request/show/643234
OBS-URL: https://build.opensuse.org/package/show/hardware/piper?expand=0&rev=1
2018-10-23 07:12:22 +00:00

16 lines
335 B
Diff

From: Matthias Bach <marix@marix.org>
Date: 2018-10-17 21:18:00 +0200
Subject: Adjust shebangs to directly invoke Python3 instead of via env
Upstream: never
diff --git a/piper.in b/piper.in
index af4b1fa..24db3a3 100755
--- a/piper.in
+++ b/piper.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
import gi
import os