summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-09-25 08:54:05 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-09-25 08:54:05 +0200
commitfd4c2f8c8933e817508e689c7b39b44fdccf6807 (patch)
treeddc5efcfd95e986fb977377160958a2a1a0702eb
parent8ccce310fcc51f4eaed79bf0cda8c68934379d1d (diff)
downloadgeoclue-fd4c2f8c8933e817508e689c7b39b44fdccf6807.tar.gz
build: Correct python path
On debian-based systems, there is no '/bin/python3'.
-rwxr-xr-xsrc/create-unified-xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/create-unified-xml.py b/src/create-unified-xml.py
index 08d703e..63c2a93 100755
--- a/src/create-unified-xml.py
+++ b/src/create-unified-xml.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
from xml.etree import ElementTree as et
import sys