FS#16263 - [git] Add contrib/ installation

Attached to Project: Arch Linux
Opened by Laszlo Papp (djszapi) - Saturday, 19 September 2009, 16:05 GMT
Last edited by Dan McGee (toofishes) - Sunday, 06 December 2009, 16:33 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Dan McGee (toofishes)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Hello!

It would be great if git installation contains contrib folder installation too, because of post-receive-email for example, but there are other useful utils in it.

--- PKGBUILD 2009-08-23 12:39:28.000000000 +0200
+++ PKGBUILD_new 2009-08-23 12:39:00.000000000 +0200
@@ -39,6 +39,8 @@

# remove perllocal.pod, .packlist, and empty directories.
rm -rf $pkgdir/usr/lib/perl5
+ install -m755 -d $pkgdir/usr/share/git-core
+ cp -a $srcdir/$pkgname-$pkgver/contrib $pkgdir/usr/share/git-core/contrib
|| return 1
}

md5sums=('bdc9b8be7d56a3beabad2d228f2e8e9a'


Thanks in advance
This task depends upon

Closed by  Dan McGee (toofishes)
Sunday, 06 December 2009, 16:33 GMT
Reason for closing:  Implemented
Additional comments about closing:  1.6.5.5-2
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 19 September 2009, 17:14 GMT
This is a trivial change, but for next time please attach the file instead of pasting it. Thanks.

Loading...