patch: change the shebang back to /usr/bin/perl

This commit is contained in:
Dima Kogan 2021-08-28 13:35:54 -07:00
parent 78b2069010
commit 41f4de612c
2 changed files with 16 additions and 0 deletions

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
shebang-to-usr-bin-perl.patch

View File

@ -0,0 +1,15 @@
Author: Dima Kogan <dima@secretsauce.net>
Date: Sat Aug 28 13:33:00 2021 -0700
#! line uses /usr/bin/env to work with nonstandard installations
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 3123c5b..e5e7ccf 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
package feedgnuplot; # for the metacpan indexer