aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/elogind/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD
index 56f2d587fa3..a334175ddc9 100644
--- a/community/elogind/APKBUILD
+++ b/community/elogind/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=elogind
pkgver=246.10
-pkgrel=2
+pkgrel=3
pkgdesc="Standalone fork of systemd's elogind"
url="https://github.com/elogind/elogind"
arch="all"
@@ -76,7 +76,7 @@ package() {
# Claim compatiblity with systemd and systemd-logind
ln -s libelogind.pc "$pkgdir"/usr/lib/pkgconfig/libsystemd.pc
ln -s libelogind.pc "$pkgdir"/usr/lib/pkgconfig/libsystemd-logind.pc
- ln -s "$pkgdir"/usr/include/elogind "$pkgdir"/usr/include/systemd
+ ln -s /usr/include/elogind "$pkgdir"/usr/include/systemd
# Install headers from elogind
install -Dm644 src/systemd/sd-id128.h usr/include/sd-id128.h