atool: fix installation of man pages.

This commit is contained in:
Christian Neukirchen 2014-12-24 16:41:32 +01:00
parent 83a7757611
commit b17ca8c774

View file

@ -1,7 +1,7 @@
# Template file for 'atool'
pkgname=atool
version=0.39.0
revision=2
revision=3
homepage="http://www.nongnu.org/atool/"
short_desc="A script for managing file archives of various types"
license="GPL-2"
@ -14,7 +14,6 @@ build_style=gnu-configure
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/atool/atool-${version}.tar.gz/e0aa006decbc6484b9dba2879f1bb9f0/atool-${version}.tar.gz"
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
do_install() {
make prefix=${DESTDIR}/usr install
post_install() {
vinstall extra/bash-completion-atool_0.1-1 644 usr/share/bash-completion/completions $pkgname
}