RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 21 Sep 2010 - 23:54:34 CEST
Message-Id: <20100921215434.C6BCE100DCF@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:   21-Sep-2010 23:54:34
  Branch: HEAD                             Handle: 2010092121543400

  Modified files:
    rpm                     Makefile.am

  Log:
    - fix: updatepo target.

  Summary:
    Revision    Changes     Path
    2.252       +2  -2      rpm/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.251 -r2.252 Makefile.am
  --- rpm/Makefile.am	23 Aug 2010 17:59:32 -0000	2.251
  +++ rpm/Makefile.am	21 Sep 2010 21:54:34 -0000	2.252
  @@ -177,12 +177,12 @@
   		`make -s sources -C rpmdb` \
   		`make -s sources -C rpmio` | sort -nr | head -n 30
   
  +po_dir=./po
   .PHONY: updatepo
   updatepo:
   	rsync -Lrtvz  translationproject.org::tp/latest/rpm/  po
  -	po_dir=./po
   	LANG=C
  -	ls "$po_dir"/*.po 2>/dev/null | sed 's|.*/||; s|\.po$||' > $po_dir/LINGUAS
  +	ls ${po_dir}/*.po 2>/dev/null | sed 's|.*/||; s|\.po$$||' > ${po_dir}/LINGUAS
   
   CVSTAG = r$(subst .,-,$(VERSION))
   
  @@ .
Received on Tue Sep 21 23:54:34 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.