mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 02:47:13 +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
|
||||
pkgver=4.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="dillon's lightweight cron daemon"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
@ -45,5 +45,5 @@ package() {
|
||||
install -D -m755 extra/prune-cronstamps "$pkgdir/etc/cron.d/prune-cronstamps"
|
||||
|
||||
# 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