summaryrefslogtreecommitdiff
path: root/git/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <thomas.penteker@siemens.com>2016-01-12 21:24:55 +0100
committerThomas Penteker <thomas.penteker@siemens.com>2016-01-12 21:24:55 +0100
commit13984abd8e2aede61ecbefa579eff2f7ce4ae202 (patch)
treeabcda0a11e6717458932ec8357e68e959193d0db /git/Pkgfile
parent3455f6863be6277239b75aac8f639e24ccb91205 (diff)
downloadopt-13984abd8e2aede61ecbefa579eff2f7ce4ae202.tar.gz
opt-13984abd8e2aede61ecbefa579eff2f7ce4ae202.tar.xz
git: 2.6.4 -> 2.7.0
Diffstat (limited to 'git/Pkgfile')
-rw-r--r--git/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/git/Pkgfile b/git/Pkgfile
index 1b018b112..032c35299 100644
--- a/git/Pkgfile
+++ b/git/Pkgfile
@@ -6,7 +6,7 @@
# Nice to have: tk
name=git
-version=2.6.4
+version=2.7.0
release=1
source=(https://www.kernel.org/pub/software/scm/git/git-{,manpages-}$version.tar.xz
git)
@@ -19,13 +19,13 @@ build() {
sed -i -e '47d' -e '49d' perl/Makefile.PL
make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \
- INSTALLSITEMAN3DIR=/usr/man/man3 DESTDIR=$PKG install
+ INSTALLSITEMAN3DIR=/usr/share/man3 DESTDIR=$PKG install
cd $SRC
for i in man*; do
- install -d $PKG/usr/man/$i
- install -m 644 $i/* $PKG/usr/man/$i;
+ install -d $PKG/usr/share/man/$i
+ install -m 644 $i/* $PKG/usr/share/man/$i;
done
find $PKG \( -name perllocal.pod -o -name .packlist \) -delete

Generated by cgit