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