zfs-auto-snapshot: drop noarch, fix dependencies
This commit is contained in:
parent
18ce5dd29d
commit
fbc793c63e
1 changed files with 8 additions and 5 deletions
|
@ -1,22 +1,25 @@
|
|||
# Template file for 'zfs-auto-snapshot'
|
||||
pkgname=zfs-auto-snapshot
|
||||
version=1.2.4
|
||||
revision=2
|
||||
archs=noarch
|
||||
revision=3
|
||||
wrksrc="${pkgname}-upstream-${version}"
|
||||
build_style=gnu-makefile
|
||||
depends="zfs"
|
||||
short_desc="ZFS automatic snapshot service"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/zfsonlinux/zfs-auto-snapshot"
|
||||
distfiles="${homepage}/archive/upstream/${version}.tar.gz"
|
||||
checksum=307f71f748cacf5149532891dc3174365a4494337d9cfc8e619d9038080f3e9b
|
||||
conf_files="/etc/cron.*/zfs-auto-snapshot"
|
||||
|
||||
pre_install() {
|
||||
post_patch() {
|
||||
# The "frequent" crontab contais a PATH= directive, which is not
|
||||
# supported with the dcron package and is otherwise unnecessary
|
||||
vsed -i 's/^PATH=/#PATH=/' etc/zfs-auto-snapshot.cron.frequent
|
||||
vsed -i '/^PATH=/d' etc/zfs-auto-snapshot.cron.frequent
|
||||
# replace which with command -v
|
||||
vsed -i 's/ which / command -v /' etc/zfs-auto-snapshot.cron.frequent
|
||||
vsed -i 's/^which /command -v /' etc/zfs-auto-snapshot.cron.*ly
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue