]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed include in header.h rpm-4_0_2-0_1
authorpawelk <pawelk@pld-linux.org>
Wed, 21 Feb 2001 14:46:57 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.172

rpm.spec

index 092153223c7aab853d8e62f4830b72617093f789..060c0f6d741105ea644e37a70a92ed7948a6c69c 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -235,6 +235,8 @@ mv lib/Makefile.in.new lib/Makefile.in
        --enable-v1-packages
 %configure \
 %{__make} %{?bcond_off_static:rpm_LDFLAGS="\\$(myLDFLAGS)"}
+sed -e 's/#include <rpmio\.h>/#include <rpm\/rpmio\.h>/g' lib/header.h > lib/header.h.new
+mv lib/header.h.new lib/header.h
        --with-python
 
 
This page took 0.068129 seconds and 4 git commands to generate.