summaryrefslogtreecommitdiff
path: root/mozilla
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2020-06-03 13:23:49 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2020-06-03 13:24:17 +0200
commit55f449b221ce215f7037507822cbd4f4b67af7b4 (patch)
tree9215e84dfe7cd4d53f3df8121eaaed65e86f5df6 /mozilla
parentb3a8980b781bc9a370e42714a605cd4191bb6c0b (diff)
downloadca-certificates-55f449b221ce215f7037507822cbd4f4b67af7b4.tar.gz
Grab Ubuntu patch to make the package compatible and building with Python3
Diffstat (limited to 'mozilla')
-rw-r--r--mozilla/Makefile2
-rw-r--r--mozilla/certdata2pem.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/mozilla/Makefile b/mozilla/Makefile
index 6f46118..f98877c 100644
--- a/mozilla/Makefile
+++ b/mozilla/Makefile
@@ -3,7 +3,7 @@
#
all:
- python certdata2pem.py
+ python3 certdata2pem.py
clean:
-rm -f *.crt
diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py
index 0b02b2a..7d796f1 100644
--- a/mozilla/certdata2pem.py
+++ b/mozilla/certdata2pem.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim:set et sw=4:
#
# certdata2pem.py - splits certdata.txt into multiple files