1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/vifm/perl-interpreter-fix.patch
2019-05-25 23:23:25 +02:00

19 lines
482 B
Diff

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>