diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/python3-hashbang.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/patches/python3-hashbang.patch b/debian/patches/python3-hashbang.patch new file mode 100644 index 0000000..2456e62 --- /dev/null +++ b/debian/patches/python3-hashbang.patch @@ -0,0 +1,8 @@ +--- apr.orig/build/gen-build.py ++++ apr/build/gen-build.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + # + # USAGE: gen-build.py TYPE + # |