RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: rpm/ platform.in

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 30 Jul 2007 - 03:09:33 CEST
Message-Id: <20070730010933.4F3D2348447@rpm5.org>
  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:   30-Jul-2007 03:09:33
  Branch: rpm-4_5                          Handle: 2007073002093300

  Modified files:           (Branch: rpm-4_5)
    rpm                     platform.in

  Log:
    helpers from _rpmhome, not _usrlibrpm, directory.

  Summary:
    Revision    Changes     Path
    2.19.2.2    +5  -5      rpm/platform.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/platform.in
  ============================================================================
  $ cvs diff -u -r2.19.2.1 -r2.19.2.2 platform.in
  --- rpm/platform.in	7 Jun 2007 00:43:35 -0000	2.19.2.1
  +++ rpm/platform.in	30 Jul 2007 01:09:33 -0000	2.19.2.2
  @@ -53,11 +53,11 @@
   %__arch_install_post   @ARCH_INSTALL_POST@
   
   %__os_install_post    \
  -    %{_usrlibrpm}/brp-compress \
  -    %{_usrlibrpm}/brp-strip \
  -    %{_usrlibrpm}/brp-strip-static-archive \
  -    %{_usrlibrpm}/brp-strip-comment-note \
  -    %{_usrlibrpm}/brp-nobuildrootpath \
  +    %{_rpmhome}/brp-compress \
  +    %{_rpmhome}/brp-strip \
  +    %{_rpmhome}/brp-strip-static-archive \
  +    %{_rpmhome}/brp-strip-comment-note \
  +    %{_rpmhome}/brp-nobuildrootpath \
   %{nil}
   
   %__spec_install_post\
  @@ .
Received on Mon Jul 30 03:09:33 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.