atool: fix installation of man pages.
This commit is contained in:
parent
83a7757611
commit
b17ca8c774
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue