Package: purifyeps / 1.1-2

01_real_perl_path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Hilmar Preusse <hille42@web.de>
Subject: Replace "/usr/bin/env perl" by "/usr/bin/perl"


---
 purifyeps |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/purifyeps
+++ b/purifyeps
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
 
 ################################################################
 # Convert an ordinary Encapsulated PostScript file (.eps) into #