fix RPM spec for man8
installation for man-8 was added in 1514b499f04e317d6bc81bb2d46a6623db422763 (pull-request 23236), but had a typo in a path, causing generation of the RPM's to fail. This fixes the path Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 70a03951a037c2c415d84fc65eff989151c1dfc4 Component: engine
This commit is contained in:
@ -166,7 +166,7 @@ install -p -m 644 man/man1/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1
|
||||
install -d %{buildroot}%{_mandir}/man5
|
||||
install -p -m 644 man/man5/*.5 $RPM_BUILD_ROOT/%{_mandir}/man5
|
||||
install -d %{buildroot}%{_mandir}/man8
|
||||
install -p -m 644 man/man5/*.8 $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
install -p -m 644 man/man8/*.8 $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
|
||||
# add vimfiles
|
||||
install -d $RPM_BUILD_ROOT/usr/share/vim/vimfiles/doc
|
||||
|
||||
Reference in New Issue
Block a user