rkt: fix cron.daily script path.
This commit is contained in:
parent
5b1f29f9c9
commit
fc3fc4f768
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rkt'
|
||||
pkgname=rkt
|
||||
version=1.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake wget cpio squashfs-tools bc gnupg git go"
|
||||
makedepends="acl-devel zlib-devel"
|
||||
|
@ -51,7 +51,7 @@ do_install() {
|
|||
vsv rkt-metadata
|
||||
|
||||
vinstall dist/bash_completion/rkt.bash 644 usr/share/bash-completion/completions/rkt
|
||||
vinstall ${FILESDIR}/rkt-gc 755 etc/cron.daily/rkt-gc
|
||||
vinstall ${FILESDIR}/rkt-gc 755 etc/cron.daily
|
||||
|
||||
vbin build-${pkgname}-${version}/bin/rkt
|
||||
vbin build-${pkgname}-${version}/bin/actool
|
||||
|
|
Loading…
Reference in a new issue