summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-11-07 00:30:11 +0100
committerThomas Penteker <tek@serverop.de>2017-11-07 00:30:11 +0100
commitf7726c3cb8967d2494863f5c3714b883b06f1c84 (patch)
tree6a3ca2881143c0c4a737e6ffb5e958d9e2b50819
parentb419e855648f9a8ac6ffddfc4b7c12e27a8bd018 (diff)
downloadcontrib-f7726c3cb8967d2494863f5c3714b883b06f1c84.tar.gz
contrib-f7726c3cb8967d2494863f5c3714b883b06f1c84.tar.xz
dsh: update man page location
-rw-r--r--dsh/.footprint11
-rw-r--r--dsh/.md5sum2
-rw-r--r--dsh/.signature8
-rw-r--r--dsh/Pkgfile6
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

Generated by cgit