nocache: install manpages, cachestats and cachedel
This commit is contained in:
parent
c3eeeb26fa
commit
7956a7a6be
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue