]> git.pld-linux.org Git - packages/perl-Template-Toolkit.git/blob - perl-Template-Toolkit-paths.patch
- pl description
[packages/perl-Template-Toolkit.git] / perl-Template-Toolkit-paths.patch
1 Binary files Template-Toolkit-2.06.orig/.Makefile.PL.swp and Template-Toolkit-2.06/.Makefile.PL.swp differ
2 diff -urN Template-Toolkit-2.06.orig/Makefile.PL Template-Toolkit-2.06/Makefile.PL
3 --- Template-Toolkit-2.06.orig/Makefile.PL      Wed Sep 12 17:16:31 2001
4 +++ Template-Toolkit-2.06/Makefile.PL   Wed Feb 20 10:23:46 2002
5 @@ -189,20 +189,20 @@
6      return '' unless $main::TT_PREFIX;
7      my $amble =<<'EOF';
8  tt2_install ::
9 -       @$(PERL) bin/tt2inst -v "$(TT_PREFIX)"
10 +       @$(PERL) bin/tt2inst -v "$(DESTDIR)$(TT_PREFIX)"
11  
12  tt2_splash ::
13 -       @$(PERL) -I lib bin/gifsplash -v
14 +       @$(PERL) -I lib -I blib -I blib/lib -I blib/arch bin/gifsplash -v -i "$(DESTDIR)/usr/src/examples/tt2/"
15  
16  EOF
17      $amble .=<<EOF if $main::TT_BUILD_DOCS;
18  tt2_html_docs ::
19 -       \@\$(PERL) bin/ttree -v -f "\$(TT_PREFIX)/$TT_DOCS_CFG"
20 +       \@\$(PERL) bin/ttree -v -f "\$(DESTDIR)\$(TT_PREFIX)/$TT_DOCS_CFG"
21  
22  EOF
23      $amble .=<<EOF if $main::TT_EXAMPLES;
24  tt2_examples ::
25 -       \@\$(PERL) bin/ttree -v -f "\$(TT_PREFIX)/$TT_EXAMPLE_CFG"
26 +       \@\$(PERL) bin/ttree -v -f "\$(DESTDIR)\$(TT_PREFIX)/$TT_EXAMPLE_CFG"
27  
28  EOF
29      return $amble;
30 diff -urN Template-Toolkit-2.06.orig/bin/gifsplash Template-Toolkit-2.06/bin/gifsplash
31 --- Template-Toolkit-2.06.orig/bin/gifsplash    Fri Sep  7 09:25:18 2001
32 +++ Template-Toolkit-2.06/bin/gifsplash Tue Feb 19 16:08:20 2002
33 @@ -43,7 +43,7 @@
34      INCLUDE_PATH => "$inst/templates",
35      PRE_PROCESS  => 'html/rgb',
36      OUTPUT_PATH  => $dest,
37 -);
38 +) || die Template->error(), "\n";
39  
40  my $vars = {
41      gifs    => load_gifs($src),
This page took 0.075555 seconds and 3 git commands to generate.