mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
patch: change the shebang back to /usr/bin/perl
This commit is contained in:
parent
78b2069010
commit
41f4de612c
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
||||
shebang-to-usr-bin-perl.patch
|
15
debian/patches/shebang-to-usr-bin-perl.patch
vendored
Normal file
15
debian/patches/shebang-to-usr-bin-perl.patch
vendored
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user