summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b02d05cc5ca6..42802f2180e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,5 +46,5 @@ package() {
install -Dm644 $srcdir/rwhod.conf $pkgdir/etc/conf.d/rwhod
install -Dm644 $srcdir/rwhod.service $pkgdir/usr/lib/systemd/system/rwhod.service
- install -D $srcdir/rwhod.cron $pkgdir/etc/cron.monthly/rwhod.cron
+ install -D $srcdir/rwhod.cron $pkgdir/etc/cron.monthly/rwhod
}