SHA256
1
0
forked from pool/schily

Accepting request 1000485 from home:kukuk:branches:utilities

- pbosh.1: replace broken ".so sh.1" refernce with a symlink to bosh.1

OBS-URL: https://build.opensuse.org/request/show/1000485
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=139
This commit is contained in:
Danilo Spinella 2022-08-31 15:13:44 +00:00 committed by Git OBS Bridge
parent 2971f899e4
commit 6b56fe13c8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 31 14:28:57 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- pbosh.1: replace broken ".so sh.1" refernce with a symlink to bosh.1
-------------------------------------------------------------------
Sat Aug 27 12:20:10 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -513,6 +513,7 @@ mv -fv "$b/%_bindir/sh" "$b/%_bindir/bosh"
mv -fv "$b/%_mandir/man1/sh.1" "$b/%_mandir/man1/bosh.1"
ln -fsv bosh.1 "$b/%_mandir/man1/jsh.1"
ln -fsv bosh.1 "$b/%_mandir/man1/pfsh.1"
ln -fsv bosh.1 "$b/%_mandir/man1/pbosh.1"
ln -fsv bosh "$b/%_bindir/jsh"
ln -fsv bosh "$b/%_bindir/pfsh"