mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
specfile changes form the 3.0.2 release
(This used to be commit d5dac6c5e2
)
This commit is contained in:
parent
d21f23e01f
commit
bd5bf35c24
@ -160,6 +160,17 @@ make DESTDIR=$RPM_BUILD_ROOT \
|
||||
installman installswat installdat installmodules
|
||||
cd ..
|
||||
|
||||
## work around a temporary bug in the installswat script
|
||||
## copy the images
|
||||
mv docs/htmldocs/images $RPM_BUILD_ROOT/%{prefix}/share/swat/help
|
||||
|
||||
## don't duplicate the docs. These are installed with SWAT
|
||||
rm -rf docs/htmldocs
|
||||
rm -rf docs/manpages
|
||||
( cd docs; ln -s %{prefix}/share/swat/help htmldocs )
|
||||
|
||||
|
||||
|
||||
# Install the nsswitch wins library
|
||||
install -m755 source/nsswitch/libnss_wins.so $RPM_BUILD_ROOT/lib
|
||||
( cd $RPM_BUILD_ROOT/lib; ln -sf libnss_wins.so libnss_wins.so.2 )
|
||||
|
Loading…
Reference in New Issue
Block a user