From f7726c3cb8967d2494863f5c3714b883b06f1c84 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Tue, 7 Nov 2017 00:30:11 +0100 Subject: [PATCH] dsh: update man page location --- dsh/.footprint | 11 ++++++----- dsh/.md5sum | 2 +- dsh/.signature | 8 ++++---- dsh/Pkgfile | 6 ++---- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/dsh/.footprint b/dsh/.footprint index 8df97bbb7..586905537 100644 --- a/dsh/.footprint +++ b/dsh/.footprint @@ -7,8 +7,9 @@ lrwxrwxrwx root/root etc/dsh/group/all -> /etc/dsh/machines.list drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dsh -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dsh.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/dsh.conf.5.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/dsh.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/dsh.conf.5.gz diff --git a/dsh/.md5sum b/dsh/.md5sum index dea101c53..5ff9e41a8 100644 --- a/dsh/.md5sum +++ b/dsh/.md5sum @@ -1,2 +1,2 @@ -60734780242172fca9e68d223654292d dsh-0.25.9.tar.gz +925e2c476309db6aa9f1b3c6803cfb26 dsh-0.25.9.tar.gz b8419160170a41ae01abab13a3b887df machines.list diff --git a/dsh/.signature b/dsh/.signature index 28b0c5fe3..ef82d3682 100644 --- a/dsh/.signature +++ b/dsh/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/yKEN5yjHfdMPfrtUivUC9okiidwfZU1LvUbOg29nEu4ZAzvbW91fcprgM4sHmBQsnRqAyV3byf7idwobEAnA0= -SHA256 (Pkgfile) = 741a43d368269dc9f7c6c5f0d87a181def2c3fa09ca29ff278b9157caccaed5e -SHA256 (.footprint) = 4fd45c2a75a1f3183fe77349fc133712a4e76741490c1fcfa4caeca4b743a019 -SHA256 (dsh-0.25.9.tar.gz) = 147c59c902dbd7a3290e20f41b5cc594192d6c93957d34dd061eb8d27bd9e466 +RWSagIOpLGJF36IyC0Zu8F73FZTV5bG8+8YsUAHeVaVX6FhGMBjyBRVfh1B1YbgdDqkiVRHo++i32YuT6s7zwXlHQKWEPp2fGwE= +SHA256 (Pkgfile) = b69dc86deddc340689ea2bdd2bcdeccd61f04c754eea2e867ae0b60e7620112e +SHA256 (.footprint) = 08c285d78e66bec7fce7d7a949ec09050bc1acef6d70b471b6b947fa5297de0b +SHA256 (dsh-0.25.9.tar.gz) = affd766cd67611c3410c17e71e3dbcb01b7adf0958e3c4d517102c04c2e48d12 SHA256 (machines.list) = d906aecb61d076a967d9ffe8821c7b04b063f72df9d9e35b33ef36b1c0d98f16 diff --git a/dsh/Pkgfile b/dsh/Pkgfile index e100ba7fb..45e927a8a 100644 --- a/dsh/Pkgfile +++ b/dsh/Pkgfile @@ -13,14 +13,12 @@ source=(http://www.netfort.gr.jp/~dancer/software/downloads/$name-$version.tar.g build () { cd $name-$version - ./configure --prefix=/usr \ - --disable-nls \ - --mandir=/usr/man + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install - rm -rf $PKG/usr/man/ja + rm -rf $PKG/usr/share/man/ja sed -i -e 's|rsh|ssh|g' $name.conf