[arch-commits] Commit in git/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Dan McGee dan at archlinux.org
Sun Dec 6 16:33:36 UTC 2009


    Date: Sunday, December 6, 2009 @ 11:33:36
  Author: dan
Revision: 60732

Merged revisions 60731 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/git/trunk

........
  r60731 | dan | 2009-12-06 10:33:16 -0600 (Sun, 06 Dec 2009) | 2 lines
  
  Move contrib/ into a more sane place, whoops
........

Modified:
  git/repos/extra-x86_64/	(properties)
  git/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: git/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /git/trunk:1-60728
   + /git/trunk:1-60731

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-06 16:33:16 UTC (rev 60731)
+++ extra-x86_64/PKGBUILD	2009-12-06 16:33:36 UTC (rev 60732)
@@ -3,7 +3,7 @@
 
 pkgname=git
 pkgver=1.6.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/"
@@ -31,7 +31,7 @@
   install -m644 ./contrib/completion/git-completion.bash $pkgdir/etc/bash_completion.d/git || return 1
 
   # more contrib stuff
-  cp -a ./contrib $pkgdir/usr/share/ || return 1
+  cp -a ./contrib $pkgdir/usr/share/git/ || return 1
 
   # how 'bout some manpages?
   for mansect in man1 man5 man7; do




More information about the arch-commits mailing list