]> git.pld-linux.org Git - packages/automake.git/blob - automake-no_versioned_dir.patch
23fc42dd59b4cd5f0b4e09ed19472b8d9d5cc9f4
[packages/automake.git] / automake-no_versioned_dir.patch
1 --- automake-1.12.5/automake.in.orig    2012-11-22 17:36:51.560603115 +0100
2 +++ automake-1.12.5/automake.in 2012-11-22 18:18:52.190550575 +0100
3 @@ -29,7 +29,7 @@
4  
5  BEGIN
6  {
7 -  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
8 +  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@')
9      unless @Automake::perl_libdirs;
10    unshift @INC, @Automake::perl_libdirs;
11  
12 --- automake-1.12.5/aclocal.in.orig     2012-11-22 17:36:51.597269780 +0100
13 +++ automake-1.12.5/aclocal.in  2012-11-22 18:19:11.647216837 +0100
14 @@ -27,7 +27,7 @@
15  
16  BEGIN
17  {
18 -  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
19 +  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@')
20      unless @Aclocal::perl_libdirs;
21    unshift @INC, @Aclocal::perl_libdirs;
22  }
23 --- automake-1.12.1/lib/Automake/Config.in.orig 2012-06-01 15:47:09.000000000 +0200
24 +++ automake-1.12.1/lib/Automake/Config.in      2012-06-03 07:49:50.581740616 +0200
25 @@ -32,7 +32,7 @@
26  our $PACKAGE_BUGREPORT = '@PACKAGE_BUGREPORT@';
27  our $VERSION = '@VERSION@';
28  our $RELEASE_YEAR = '@RELEASE_YEAR@';
29 -our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
30 +our $libdir = '@datadir@/@PACKAGE@';
31  our $perl_threads = @PERL_THREADS@;
32  
33  1;
This page took 0.087694 seconds and 3 git commands to generate.