]> git.pld-linux.org Git - packages/rpm.git/blob - fix-automake-1.11.2.patch
- fixed problem with automake.
[packages/rpm.git] / fix-automake-1.11.2.patch
1 --- rpm-5.3.11/Makefile.am.org  2011-05-08 01:33:11.000000000 +0200
2 +++ rpm-5.3.11/Makefile.am      2012-01-12 10:05:51.000000000 +0100
3 @@ -105,8 +105,8 @@
4         done
5  endif
6  
7 -pkglibdir =            @USRLIBRPM@
8 -pkglib_DATA = rpmpopt macros/macros macros/macros.rpmbuild cpuinfo.yaml
9 +pkgbindir =            @USRLIBRPM@
10 +pkgbin_DATA = rpmpopt macros/macros macros/macros.rpmbuild cpuinfo.yaml
11  
12  pkgbindir =    $(pkglibdir)/bin
13  pkgbin_SCRIPTS = install-sh mkinstalldirs
14 --- rpm-5.3.11/scripts/Makefile.am.org  2011-04-28 17:51:48.000000000 +0200
15 +++ rpm-5.3.11/scripts/Makefile.am      2012-01-12 10:05:27.000000000 +0100
16 @@ -46,8 +46,8 @@
17  
18  bin_SCRIPTS = gendiff multiarch-dispatch multiarch-platform
19  
20 -pkglibdir =            @USRLIBRPM@
21 -pkglib_SCRIPTS = \
22 +pkgbindir =            @USRLIBRPM@
23 +pkgbin_SCRIPTS = \
24         brp-compress brp-python-bytecompile brp-java-gcjcompile \
25         brp-strip brp-strip-comment-note brp-nobuildrootpath \
26         brp-strip-shared brp-strip-static-archive brp-sparc64-linux \
This page took 0.031301 seconds and 3 git commands to generate.