aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/plocate/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plocate/APKBUILD b/testing/plocate/APKBUILD
index cc06c4a8340..8ebc5e1baf2 100644
--- a/testing/plocate/APKBUILD
+++ b/testing/plocate/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname=plocate
pkgver=1.1.16
-pkgrel=0
+pkgrel=1
pkgdesc="posting-list based locate(1) for finding files"
url="https://plocate.sesse.net/"
arch="all"
@@ -41,7 +41,7 @@ build() {
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
install -Dm755 "$srcdir"/plocate.cron \
- -t "$pkgdir"/etc/periodic/daily
+ "$pkgdir"/etc/periodic/daily/plocate
install -Dm644 "$srcdir"/updatedb.conf \
-t "$pkgdir"/etc
chmod -R g+w "$pkgdir"/var/lib/plocate