core/git: removing libexec was a bad idea

This commit is contained in:
Natanael Copa 2009-02-11 14:30:12 +00:00
parent 0e19badbcf
commit d5456d35b0

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
pkgver=1.6.1.3
pkgrel=0
pkgrel=1
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
license="GPL2"
@ -24,7 +24,6 @@ build () {
make prefix=/usr DESTDIR="$pkgdir" $makeopts || return 1
make prefix=/usr DESTDIR="$pkgdir" $makeopts install
rm -rf "$pkgdir"/usr/libexec
}
md5sums="e31ea5ce9b076f5745056f01465e9602 git-1.6.1.3.tar.bz2