summaryrefslogtreecommitdiff
path: root/manualPorts/journalctl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/journalctl/Pkgfile')
-rw-r--r--manualPorts/journalctl/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manualPorts/journalctl/Pkgfile b/manualPorts/journalctl/Pkgfile
index f0f01ef..102ce07 100644
--- a/manualPorts/journalctl/Pkgfile
+++ b/manualPorts/journalctl/Pkgfile
@@ -17,7 +17,7 @@ build() {
ninja -C build
ldd build/journalctl
install -Dm755 build/journalctl "$PKG/bin/journalctl"
- install -Dm644 build/man/journalctl.1 "$PKG/usr/man/man1/journalctl.1"
+ install -Dm644 build/man/journalctl.1 "$PKG/usr/share/man/man1/journalctl.1"
install -Dm755 build/src/shared/libsystemd-shared-$version.so "$PKG/lib/libsystemd-shared-$version.so"
}