diff options
Diffstat (limited to 'testing/vifm/perl-interpreter-fix.patch')
-rw-r--r-- | testing/vifm/perl-interpreter-fix.patch | 19 |
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> |