]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-am.patch
- added helperEVR-noassert patch (replace assert by error message;
[packages/rpm.git] / rpm-am.patch
1 --- rpm-5.1.9/rpmdb/Makefile.am.orig    2009-04-12 21:46:28.000000000 +0200
2 +++ rpm-5.1.9/rpmdb/Makefile.am 2009-10-23 21:35:13.000000000 +0200
3 @@ -108,7 +108,7 @@
4  
5  install-data-local:
6         $(mkinstalldirs) $(DESTDIR)$(pkgincdir)
7 -       $(pkgincHEADERS_INSTALL) $(my_DB_HEADER) $(DESTDIR)$(pkgincdir)/db.h
8 +       $(install_sh_DATA) $(my_DB_HEADER) $(DESTDIR)$(pkgincdir)/db.h
9  
10  clean-local:
11         rm -f *.o tagtbl.c
This page took 0.028353 seconds and 3 git commands to generate.