aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vifm/perl-interpreter-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vifm/perl-interpreter-fix.patch')
-rw-r--r--testing/vifm/perl-interpreter-fix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/vifm/perl-interpreter-fix.patch b/testing/vifm/perl-interpreter-fix.patch
deleted file mode 100644
index acafb090aff..00000000000
--- a/testing/vifm/perl-interpreter-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Use /usr/bin/perl as Perl interpreter
-Author: Ondřej Nový <onovy@debian.org>
-
---- a/src/vifm-convert-dircolors
-+++ b/src/vifm-convert-dircolors
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!/usr/bin/perl
-
- # vifm
- # Copyright (C) 2015 xaizek.
---- a/src/helpztags
-+++ b/src/helpztags
-@@ -1,4 +1,4 @@
--#!/usr/bin/env perl
-+#!/usr/bin/perl
- #
- # helpztags generates tags for Vim helpfiles, for both .txt and .txt.gz files
- # Author: Jakub Turski <yacoob@chruptak.plukwa.net>