From d5456d35b0d11e217e7232bad697ee64604ecf84 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 11 Feb 2009 14:30:12 +0000 Subject: [PATCH] core/git: removing libexec was a bad idea --- core/git/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/git/APKBUILD b/core/git/APKBUILD index cda6eaf3c76..6658787cfb2 100644 --- a/core/git/APKBUILD +++ b/core/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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