summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch b/meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch
deleted file mode 100644
index 292b72ab5d..0000000000
--- a/meta/recipes-devtools/dpkg/dpkg/0013-scripts-dpkg-fsys-usrunmess.pl-correct-shebang.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From 0decc62904571582147f2273fa1b521e00485dda Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 3 Feb 2021 20:47:58 +0100
4Subject: [PATCH] scripts/dpkg-fsys-usrunmess.pl: correct shebang
5
6Otherwise automake will write the full native perl path into it.
7
8Upstream-Status: Pending
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 scripts/dpkg-fsys-usrunmess.pl | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/scripts/dpkg-fsys-usrunmess.pl b/scripts/dpkg-fsys-usrunmess.pl
15index 9220df3c0..9ce368955 100755
16--- a/scripts/dpkg-fsys-usrunmess.pl
17+++ b/scripts/dpkg-fsys-usrunmess.pl
18@@ -1,4 +1,4 @@
19-#!/usr/bin/perl
20+#!/usr/bin/env perl
21 #
22 # dpkg-fsys-usrunmess - Undoes the merged-/usr-via-aliased-dirs mess
23 #