]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- one more fix.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 22 Nov 2004 17:11:09 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-magic-usesystem.patch -> 1.5

rpm-magic-usesystem.patch

index 4a20827aa6717f33c5b6cd6df568bee13e829a66..d3f4196ccae941bbf314c828e139c821d5dd3345 100644 (file)
@@ -1,3 +1,14 @@
+--- rpm/build/rpmfc.c.orig     2004-11-22 11:39:55.000000000 +0100
++++ rpm/build/rpmfc.c  2004-11-22 18:09:14.400710096 +0100
+@@ -1432,7 +1432,7 @@
+     size_t slen;
+     int fcolor;
+     int xx;
+-    static const char * magicfile = "/usr/lib/rpm/magic";
++    static const char * magicfile = "/usr/share/file/magic";
+     int msflags = MAGIC_COMPRESS|MAGIC_CHECK; /* XXX what MAGIC_FOO flags? */
+     magic_t ms = NULL;
 diff -ur rpm.org/file/doc/Makefile.am rpm/file/doc/Makefile.am
 --- rpm.org/file/doc/Makefile.am       2004-11-18 15:04:33.000000000 +0100
 +++ rpm/file/doc/Makefile.am   2004-11-22 01:02:30.114807597 +0100
This page took 0.038312 seconds and 4 git commands to generate.