mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 05:37:46 +08:00
fix service path
This commit is contained in:
parent
1e31c49ed8
commit
6d0bb221bd
@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Paul Mattal <paul.archlinux.org>
|
# Maintainer: Samir Benmendil <ram-z@chakra-project.org>
|
||||||
|
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
pkgver=4.5
|
pkgver=4.5
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="dillon's lightweight cron daemon"
|
pkgdesc="dillon's lightweight cron daemon"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -45,5 +45,5 @@ package() {
|
|||||||
install -D -m755 extra/prune-cronstamps "$pkgdir/etc/cron.d/prune-cronstamps"
|
install -D -m755 extra/prune-cronstamps "$pkgdir/etc/cron.d/prune-cronstamps"
|
||||||
|
|
||||||
# install systemd units
|
# install systemd units
|
||||||
install -Dm644 "$srcdir/dcron.service" "$pkgdir/usr/lib/systemd/system/dron.service"
|
install -Dm644 "$srcdir/dcron.service" "$pkgdir/usr/lib/systemd/system/dcron.service"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user