RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 14-Jul-2007 02:05:03
Branch: HEAD Handle: 2007071401050200
Modified files:
rpm macros.in
Log:
correct path to magic.
Summary:
Revision Changes Path
1.171 +2 -2 rpm/macros.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/macros.in
============================================================================
$ cvs diff -u -r1.170 -r1.171 macros.in
--- rpm/macros.in 12 Jul 2007 22:25:30 -0000 1.170
+++ rpm/macros.in 14 Jul 2007 00:05:02 -0000 1.171
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @USRLIBRPM@/macros
# \verbatim
#
-# $Id: macros.in,v 1.170 2007/07/12 22:25:30 jbj Exp $
+# $Id: macros.in,v 1.171 2007/07/14 00:05:02 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -505,7 +505,7 @@
#
# Path to magic file used for file classification.
-%_rpmfc_magic_path %{_usr}/lib/rpm/magic
+%_rpmfc_magic_path %{_rpmhome}/magic
#==============================================================================
# ---- Database configuration macros.
@@ .
Received on Sat Jul 14 02:05:03 2007