cronutils: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
446f69c56b
commit
bf73e5f9d6
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'cronutils'
|
# Template file for 'cronutils'
|
||||||
pkgname=cronutils
|
pkgname=cronutils
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-version-${version}"
|
wrksrc="${pkgname}-version-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr"
|
|
||||||
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
@ -13,6 +12,5 @@ distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.g
|
||||||
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238
|
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
|
||||||
vbin runcron
|
vbin runcron
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue