File: executable-not-elf-or-script.patch

package info (click to toggle)
python-vlc 3.0.11115-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 736 kB
  • sloc: python: 9,806; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Bastian Germann <bastiangermann@fishpost.de>
Date: Mon, 13 May 2019 22:19:18 +0200
Subject: Fix executable-not-elf-or-script
---
 examples/cocoavlc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/cocoavlc.py b/examples/cocoavlc.py
index 3a9aa50..db817fa 100755
--- a/examples/cocoavlc.py
+++ b/examples/cocoavlc.py
@@ -1,3 +1,4 @@
+#! /usr/bin/python
 
 # -*- coding: utf-8 -*-