aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vifm/perl-interpreter-fix.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-05-24 15:23:52 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-05-25 23:23:25 +0200
commita48231db7688d5fdf5fe5927459cbde4738cea4a (patch)
tree47d5d50ccff4a940a90cb540d24f08ac27f79293 /testing/vifm/perl-interpreter-fix.patch
parent26be84606c0738a632843e3b3363fa1e433d2c13 (diff)
downloadaports-a48231db7688d5fdf5fe5927459cbde4738cea4a.tar.bz2
aports-a48231db7688d5fdf5fe5927459cbde4738cea4a.tar.xz
testing/vifm: new aport
Diffstat (limited to 'testing/vifm/perl-interpreter-fix.patch')
-rw-r--r--testing/vifm/perl-interpreter-fix.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/vifm/perl-interpreter-fix.patch b/testing/vifm/perl-interpreter-fix.patch
new file mode 100644
index 0000000000..acafb090af
--- /dev/null
+++ b/testing/vifm/perl-interpreter-fix.patch
@@ -0,0 +1,19 @@
+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>