diff options
-rw-r--r-- | debian/patches/example-shebang.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/example-shebang.patch b/debian/patches/example-shebang.patch new file mode 100644 index 000000000..cc3c63fa7 --- /dev/null +++ b/debian/patches/example-shebang.patch @@ -0,0 +1,12 @@ +Description: Change shebang path in example script to Debian's zsh path +Author: Axel Beckert <abe@debian.org> +Forwarded: not-needed + +--- a/Util/reporter ++++ b/Util/reporter +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/zsh ++#!/bin/zsh + # + # NAME: + # reporter diff --git a/debian/patches/series b/debian/patches/series index cb6fdacc2..c4da55074 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ further-mitigate-test-suite-hangs.patch update-debian-sections.patch +example-shebang.patch |