]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix path for magic file
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Oct 2006 17:47:26 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.32

rpm-macros.patch

index 244fa6ad224d78ddd14c1b66fb450ae45dbcd3a0..2f96d3077116a0e384b76c8478f6f64eedf21624 100644 (file)
@@ -21,6 +21,15 @@ diff -Nur rpm-4.4.6.orig/macros.in rpm-4.4.6.macros/macros.in
  
  #     Archive formats to use for source/binary package payloads.
  #             "cpio"          cpio archive (default)
+@@ -481,7 +481,7 @@
+ #
+ # Path to magic file used for file classification.
+-%_rpmfc_magic_path    %{_usr}/lib/rpm/magic
++%_rpmfc_magic_path    /usr/share/file/magic
+ #==============================================================================
+ # ---- Database configuration macros.
 @@ -909,10 +909,10 @@
    export RPM_BUILD_ROOT}\
    %{?_javaclasspath:CLASSPATH=\"%{_javaclasspath}\"\
@@ -58,3 +67,4 @@ diff -Nur rpm-4.4.6.orig/macros.in rpm-4.4.6.macros/macros.in
 +
  # \endverbatim
  #*/
+
This page took 0.041747 seconds and 4 git commands to generate.