[arch-commits] Commit in git/trunk (PKGBUILD)

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


    Date: Sunday, December 6, 2009 @ 11:33:16
  Author: dan
Revision: 60731

Move contrib/ into a more sane place, whoops

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-06 16:29:23 UTC (rev 60730)
+++ PKGBUILD	2009-12-06 16:33:16 UTC (rev 60731)
@@ -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