dsh: update man page location

This commit is contained in:
Thomas Penteker 2017-11-07 00:30:11 +01:00
parent b419e85564
commit f7726c3cb8
4 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
60734780242172fca9e68d223654292d dsh-0.25.9.tar.gz
925e2c476309db6aa9f1b3c6803cfb26 dsh-0.25.9.tar.gz
b8419160170a41ae01abab13a3b887df machines.list

View File

@ -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

View File

@ -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