summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlsf2022-09-28 14:47:31 +0200
committerlsf2022-09-28 14:47:31 +0200
commitaabd02c85309782a48024156d6406f709e3c0a09 (patch)
treec5811e979cf9a6db44ddbd8b5eb0ef60ceee15e4 /PKGBUILD
parent025f5766f0f5674524b91826e595affc3d3d6228 (diff)
downloadaur-aabd02c85309782a48024156d6406f709e3c0a09.tar.gz
fix .logrotate path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef602419e47f..4c6b8d7d5f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: lsf
# Contributor: Adam Hose <adis@blad.is>
pkgname=opensnitch-git
-pkgver=1.5.0.r19.0aef656
+pkgver=1.6.0rc2.r21.564c263
pkgrel=1
pkgdesc="A GNU/Linux port of the Little Snitch application firewall"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -90,7 +90,7 @@ package() {
# "$pkgdir/usr/lib/systemd/system"
install -Dm644 daemon/default-config.json -t "$pkgdir/etc/${pkgname%-git}d"
install -Dm644 daemon/system-fw.json -t "$pkgdir/etc/${pkgname%-git}d"
- install -Dm644 "debian/${pkgname%-git}.logrotate" \
+ install -Dm644 "utils/packaging/daemon/deb/debian/${pkgname%-git}.logrotate" \
"$pkgdir/etc/logrotate.d/${pkgname%-git}"
# clean up test dir to avoid conflicts with other packages