Codebase list libcam-pdf-perl / 6679d3f
move crunchjpg_tmpl.pdf to /usr/share/libcam-pdf-perl/ Ivan Kohler 11 years ago
2 changed file(s) with 34 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 usr-share-crunchjpg_tmpl.pdf
0 --- a/bin/crunchjpgs.pl
1 +++ b/bin/crunchjpgs.pl
2 @@ -13,7 +13,7 @@
3
4 my %opts = (
5 # Hardcoded:
6 - template => 'crunchjpg_tmpl.pdf',
7 + template => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
8
9 # User settable values:
10 justjpgs => 0,
11 --- a/bin/extractallimages.pl
12 +++ b/bin/extractallimages.pl
13 @@ -11,7 +11,7 @@
14 our $VERSION = '1.58';
15
16 my %opts = (
17 - template => 'crunchjpg_tmpl.pdf',
18 + template => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
19
20 verbose => 0,
21 help => 0,
22 --- a/bin/extractjpgs.pl
23 +++ b/bin/extractjpgs.pl
24 @@ -11,7 +11,7 @@
25 our $VERSION = '1.58';
26
27 my %opts = (
28 - template => 'crunchjpg_tmpl.pdf',
29 + template => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
30
31 verbose => 0,
32 help => 0,