RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   17-Jul-2007 08:56:40
  Branch: HEAD                             Handle: 2007071707563900

  Modified files:
    rpm                     configure.ac

  Log:
    eliminate another nasty hard-coded path (MKDIR_P is nevertheless still
    broken under runt-ime as no 'mkinstalldirs' script actually exists,
    but this will be fixed soon, too)

  Summary:
    Revision    Changes     Path
    2.188       +1  -1      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.187 -r2.188 configure.ac
  --- rpm/configure.ac  16 Jul 2007 19:03:03 -0000      2.187
  +++ rpm/configure.ac  17 Jul 2007 06:56:39 -0000      2.188
  @@ -235,7 +235,7 @@
   fi
   if test X"$MKDIR_P" = X0; then
        AC_MSG_RESULT(no)
  -     MKDIR_P="`echo ${prefix}/lib/rpm/mkinstalldirs`"
  +     MKDIR_P="%{_rpmhome}/mkinstalldirs"
   else
        AC_MSG_RESULT(yes)
   fi
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to