OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Aug-2006 21:17:24
  Branch: HEAD                             Handle: 2006081020172400

  Modified files:
    openpkg-src/mm          mm.spec

  Log:
    OK, I now really start hating GNU autoconf 2.60 for their recently
    introduced braindead 'datarootdir' stuff which nowaways moves all
    stuff into the share/ subdir

  Summary:
    Revision    Changes     Path
    1.39        +2  -1      openpkg-src/mm/mm.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mm/mm.spec
  ============================================================================
  $ cvs diff -u -r1.38 -r1.39 mm.spec
  --- openpkg-src/mm/mm.spec    10 Aug 2006 19:14:22 -0000      1.38
  +++ openpkg-src/mm/mm.spec    10 Aug 2006 19:17:24 -0000      1.39
  @@ -74,13 +74,14 @@
       CFLAGS="%{l_cflags -O}" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man \
           --disable-shared \
           --enable-batch
       %{l_make} %{l_mflags -O}
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
  +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to