summaryrefslogtreecommitdiff
path: root/manualPorts
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-10 22:09:53 +0100
committerErich Eckner <git@eckner.net>2018-11-10 22:09:53 +0100
commit9d09ee842246d7e85cbf7b43c87f3b27cae86e00 (patch)
treec7496a333d342559729112421f6eb0e900e0d45b /manualPorts
parent1151f75b75124f56f1a5164a76058de4106c56c3 (diff)
downloadcrux-ports-9d09ee842246d7e85cbf7b43c87f3b27cae86e00.tar.xz
journalctl: move man page
Diffstat (limited to 'manualPorts')
-rw-r--r--manualPorts/journalctl/.footprint7
-rw-r--r--manualPorts/journalctl/.signature6
-rw-r--r--manualPorts/journalctl/Pkgfile2
3 files changed, 8 insertions, 7 deletions
diff --git a/manualPorts/journalctl/.footprint b/manualPorts/journalctl/.footprint
index 8f3cef5..6e35e3a 100644
--- a/manualPorts/journalctl/.footprint
+++ b/manualPorts/journalctl/.footprint
@@ -3,6 +3,7 @@ drwxr-xr-x root/root bin/
drwxr-xr-x root/root lib/
-rwxr-xr-x root/root lib/libsystemd-shared-239.so
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/journalctl.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/journalctl.1.gz
diff --git a/manualPorts/journalctl/.signature b/manualPorts/journalctl/.signature
index be401e4..5fb7d97 100644
--- a/manualPorts/journalctl/.signature
+++ b/manualPorts/journalctl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGgn+Ii2IUjVdnn1az8k6eGd/60QQHwLOeaLjNKUtlZ6/AqIsKMYeQACagRfPVFboMLd+DHgNcxf/EnUeAlbUgAw=
-SHA256 (Pkgfile) = 856a825566af2290ed6e17ff605abd72180747a35853ae6dccb87419ccdfa219
-SHA256 (.footprint) = ab9b80dd6c46c9bdf80e32bfb5c6dc62988c65ca91f8ca87129db8324bad59a0
+RWQxCptPusLGGtrgKFuG+l0cK/DYBj8olw5rVJaTsZz6cIxdtxwlewOrnn3Csj2zOQyAyXNYB6mGvJVu/J9juno+yYfrpt/ppA4=
+SHA256 (Pkgfile) = ccd2cc5d4c099b026218c3454e0f53dc2af2ea308e7116ca27ffff9ea6e2f093
+SHA256 (.footprint) = 11900c801bd7d911bc150bcb089e37935649ee6d4f7d5ac0ece5e7411268a340
SHA256 (v239.tar.gz) = ca784848171c85358d6dc47b534dca865033e3fced774bd42350208d2b2e69c0
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"
}