This commit is contained in:
parent
180faf7d08
commit
86afac052a
@ -447,7 +447,7 @@ mkdir -p "%_docdir"
|
|||||||
for i in "$b/%_datadir/doc"/*; do
|
for i in "$b/%_datadir/doc"/*; do
|
||||||
test "$i" != "$b/%_docdir" && mv "$i" "$b/%_docdir/"
|
test "$i" != "$b/%_docdir" && mv "$i" "$b/%_docdir/"
|
||||||
done
|
done
|
||||||
install -D -m 644 %{SOURCE1} %{buildroot}%{_docdir}/schily-rmt
|
install -Dm 644 "%_sourcedir/README-FIRST" "$b/%_docdir/schily-rmt"
|
||||||
|
|
||||||
# bosh
|
# bosh
|
||||||
mv -fv "$b/%_bindir/sh" "$b/%_bindir/bosh"
|
mv -fv "$b/%_bindir/sh" "$b/%_bindir/bosh"
|
||||||
@ -482,6 +482,8 @@ rm -fv "$b/%_mandir/man1/suntar.1"
|
|||||||
|
|
||||||
# mt/rmt
|
# mt/rmt
|
||||||
rm -fv "$b/%_bindir/mt" # handled up u-a
|
rm -fv "$b/%_bindir/mt" # handled up u-a
|
||||||
|
ln -sv smt.1 "$b/%_mandir/man1/mt.1"
|
||||||
|
ln -sv srmt.1 "$b/%_mandir/man1/rmt.1"
|
||||||
ls -l "$b/%_mandir"/man*/*mt*
|
ls -l "$b/%_mandir"/man*/*mt*
|
||||||
|
|
||||||
# get rid of things that upset rpmlint
|
# get rid of things that upset rpmlint
|
||||||
|
Loading…
Reference in New Issue
Block a user