RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_1: rpm/tools/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Wed 15 Sep 2010 - 23:04:44 CEST
Message-Id: <20100915210444.1C01CD795D@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   15-Sep-2010 23:04:44
  Branch: rpm-5_1                          Handle: 2010091521044300

  Modified files:           (Branch: rpm-5_1)
    rpm/tools               Makefile.am

  Log:
    - orphan check-in.

  Summary:
    Revision    Changes     Path
    2.107.2.12  +3  -2      rpm/tools/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.107.2.11 -r2.107.2.12 Makefile.am
  --- rpm/tools/Makefile.am	6 Apr 2009 14:31:33 -0000	2.107.2.11
  +++ rpm/tools/Makefile.am	15 Sep 2010 21:04:43 -0000	2.107.2.12
  @@ -150,10 +150,11 @@
   endif
   endif
   
  +pkglibPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
   install-data-local:
   if WITH_DB_INTERNAL
   if WITH_DB_TOOLS_INTEGRATED
  -	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibPROGRAMS_INSTALL) \
  +	$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
   		$(builddir)/db_tool $(DESTDIR)$(pkglibdir)/db_tool
   	for tool in . $(my_DB_TOOLS); do \
   		test ".$$tool" = .. && continue; \
  @@ -163,7 +164,7 @@
   else
   	for tool in . $(my_DB_TOOLS); do \
   		test ".$$tool" = .. && continue; \
  -		$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(pkglibPROGRAMS_INSTALL) \
  +		$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
   		$(top_builddir)/$(WITH_DB_SUBDIR)/$$tool $(DESTDIR)$(pkglibdir)/$$tool; \
   	done
   endif
  @@ .
Received on Wed Sep 15 23:04:44 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.