nocache: install manpages, cachestats and cachedel

This commit is contained in:
Duncaen 2015-12-10 22:49:54 +01:00
parent c3eeeb26fa
commit 7956a7a6be

View file

@ -1,7 +1,7 @@
# Template file for 'nocache'
pkgname=nocache
version=0.9
revision=1
revision=2
build_style=gnu-makefile
short_desc="Minimize filesystem caching effects"
maintainer="Duncaen <duncaen@voidlinux.eu>"
@ -19,5 +19,10 @@ pre_build() {
do_install() {
vinstall nocache.so 644 usr/lib
vbin nocache.global nocache
vbin cachedel
vbin cachestats
vman man/cachedel.1
vman man/cachestats.1
vman man/nocache.1
vlicense COPYING
}