]> git.pld-linux.org Git - packages/perl-GD.git/blob - perl-GD-paths.patch
2ab39cc157a4d76d0eca16ce7adff84fd73ae9c3
[packages/perl-GD.git] / perl-GD-paths.patch
1 --- GD-1.19/demos/brushes.pl    Mon Sep 14 22:28:53 1998
2 +++ GD-1.19.new/demos/brushes.pl        Sat Oct  9 21:32:58 1999
3 @@ -1,4 +1,4 @@
4 -#!/usr/local/bin/perl
5 +#!/usr/bin/perl
6  
7  use GD;
8  
9 --- GD-1.19/demos/copies.pl     Mon Sep 14 22:28:53 1998
10 +++ GD-1.19.new/demos/copies.pl Sat Oct  9 21:33:04 1999
11 @@ -1,4 +1,4 @@
12 -#!/usr/local/bin/perl
13 +#!/usr/bin/perl
14  
15  use GD;
16  
17 --- GD-1.19/demos/fills.pl      Mon Sep 14 22:28:53 1998
18 +++ GD-1.19.new/demos/fills.pl  Sat Oct  9 21:33:09 1999
19 @@ -1,4 +1,4 @@
20 -#!/usr/local/bin/perl
21 +#!/usr/bin/perl
22  
23  use GD;
24  
25 --- GD-1.19/demos/gd_example.cgi        Mon Sep 14 22:28:53 1998
26 +++ GD-1.19.new/demos/gd_example.cgi    Sat Oct  9 21:33:13 1999
27 @@ -1,4 +1,4 @@
28 -#!/usr/local/bin/perl
29 +#!/usr/bin/perl
30  
31  use GD;
32  
33 --- GD-1.19/demos/polys.pl      Mon Sep 14 22:28:53 1998
34 +++ GD-1.19.new/demos/polys.pl  Sat Oct  9 21:33:18 1999
35 @@ -1,4 +1,4 @@
36 -#!/usr/local/bin/perl
37 +#!/usr/bin/perl
38  
39  use GD;
40  
41 --- GD-1.19/demos/shapes.pl     Mon Sep 14 22:28:53 1998
42 +++ GD-1.19.new/demos/shapes.pl Sat Oct  9 21:33:22 1999
43 @@ -1,4 +1,4 @@
44 -#!/usr/local/bin/perl
45 +#!/usr/bin/perl
46  
47  use GD;
48  
49 --- GD-1.19/demos/transform.pl  Mon Sep 14 22:28:53 1998
50 +++ GD-1.19.new/demos/transform.pl      Sat Oct  9 21:33:31 1999
51 @@ -1,4 +1,4 @@
52 -#!/usr/local/bin/perl
53 +#!/usr/bin/perl
54  
55  use GD;
56  
57 --- GD-1.19/qd.pl       Mon Sep 14 22:28:54 1998
58 +++ GD-1.19.new/qd.pl   Sat Oct  9 21:32:41 1999
59 @@ -1,4 +1,4 @@
60 -#!/usr/local/bin/perl
61 +#!/usr/bin/perl
62  
63  # $Id$
64  
65 diff -urN GD-1.23/demos/truetype_test GD-1.23.paths/demos/truetype_test
66 --- GD-1.23/demos/truetype_test Tue Aug 31 03:25:26 1999
67 +++ GD-1.23.paths/demos/truetype_test   Thu Feb 17 17:29:46 2000
68 @@ -1,4 +1,4 @@
69 -#!/usr/local/bin/perl
70 +#!/usr/bin/perl
71  
72  use lib '../blib/lib','../blib/arch';
73  use GD 1.20;
74 diff -urN GD-1.23/demos/ttf.pl GD-1.23.paths/demos/ttf.pl
75 --- GD-1.23/demos/ttf.pl        Tue Aug 31 03:15:27 1999
76 +++ GD-1.23.paths/demos/ttf.pl  Thu Feb 17 17:29:46 2000
77 @@ -1,4 +1,4 @@
78 -#!/usr/local/bin/perl
79 +#!/usr/bin/perl
80  
81  use lib '../blib/lib','../blib/arch';
82  use GD 1.20;
This page took 0.14999 seconds and 2 git commands to generate.