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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   21-May-2009 18:33:08
  Branch: HEAD                             Handle: 2009052116330800

  Modified files:
    rpm/tools               Makefile.am

  Log:
    - add DESTDIR prefix to lazy pkgbindir creation.

  Summary:
    Revision    Changes     Path
    2.122       +1  -1      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.121 -r2.122 Makefile.am
  --- rpm/tools/Makefile.am     7 May 2009 21:44:16 -0000       2.121
  +++ rpm/tools/Makefile.am     21 May 2009 16:33:08 -0000      2.122
  @@ -152,9 +152,9 @@
   endif
   
   install-data-local:
  +     @[ -d $(DESTDIR)$(pkgbindir) ] || $(mkinstalldirs) 
$(DESTDIR)$(pkgbindir)
   if WITH_DB_INTERNAL
   if WITH_DB_TOOLS_INTEGRATED
  -     @[ -d $(pkgbindir) ] || $(mkinstalldirs) $(pkgbindir)
        $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install 
$(pkgbinPROGRAMS_INSTALL) \
                $(builddir)/db_tool $(DESTDIR)$(pkgbindir)/db_tool
        for tool in . $(my_DB_TOOLS); do \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to