diff options
author | Thomas Penteker <thomas.penteker@siemens.com> | 2016-01-13 00:47:01 +0100 |
---|---|---|
committer | Thomas Penteker <thomas.penteker@siemens.com> | 2016-01-13 00:47:01 +0100 |
commit | c0b2becfa5ee10293491c1bb9a97b6d12ebfce41 (patch) | |
tree | 2ed34aa905d0762f8b39e4672234108d9fa9f602 /git/Pkgfile | |
parent | 13984abd8e2aede61ecbefa579eff2f7ce4ae202 (diff) | |
download | opt-c0b2becfa5ee10293491c1bb9a97b6d12ebfce41.tar.gz opt-c0b2becfa5ee10293491c1bb9a97b6d12ebfce41.tar.xz |
git: fix man page location
Diffstat (limited to 'git/Pkgfile')
-rw-r--r-- | git/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/Pkgfile b/git/Pkgfile index 032c35299..4f90e1880 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -7,7 +7,7 @@ name=git version=2.7.0 -release=1 +release=2 source=(https://www.kernel.org/pub/software/scm/git/git-{,manpages-}$version.tar.xz git) @@ -19,7 +19,7 @@ build() { sed -i -e '47d' -e '49d' perl/Makefile.PL make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \ - INSTALLSITEMAN3DIR=/usr/share/man3 DESTDIR=$PKG install + INSTALLSITEMAN3DIR=/usr/share/man/man3 DESTDIR=$PKG install cd $SRC |