RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ devtool.conf

From: Anders F. Björklund <afb@rpm5.org>
Date: Sun 18 Nov 2007 - 23:24:29 CET
Message-Id: <20071118222429.418D9348476@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   18-Nov-2007 23:24:29
  Branch: HEAD                             Handle: 2007111822242900

  Modified files:
    rpm                     devtool.conf

  Log:
    install required magic file, so that rpmfcClassify works

  Summary:
    Revision    Changes     Path
    2.130       +1  -0      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.129 -r2.130 devtool.conf
  --- rpm/devtool.conf	16 Nov 2007 20:33:15 -0000	2.129
  +++ rpm/devtool.conf	18 Nov 2007 22:24:29 -0000	2.130
  @@ -834,6 +834,7 @@
       standalone_install () {
           rm -rf $prefix
           make install
  +        install -m 644 $base3rd/bin/$platform/file-${v_file}/magic/magic $prefix/lib/rpm/magic
       }
   
       #   test RPM (trivially only)
  @@ .
Received on Sun Nov 18 23:24:29 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.