mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 01:22:47 +00:00
Fix symlink
This commit is contained in:
parent
679ee56ddc
commit
c9832df6eb
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
|||
Summary: Samba SMB server
|
||||
Name: samba
|
||||
Version: 4.10.10
|
||||
Release: 5
|
||||
Release: 6
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
Group: System/Servers
|
||||
|
@ -1489,7 +1489,7 @@ sed -i -e 's,@ROSA_PLATFORM@,%{rosa_release},g' %{buildroot}/%{_sysconfdir}/%{na
|
|||
sed -i -e 's,@smb_usershare_dir@,%{smb_usershare_dir},g' %{buildroot}/%{_sysconfdir}/%{name}/smb.conf
|
||||
|
||||
mkdir -p %{buildroot}/%{_libdir}/cups/backend
|
||||
ln -s %{_libexecdir}/samba/smbspool_krb5_wrapper %{buildroot}/%{_libdir}/cups/backend/smb
|
||||
ln -sr %{buildroot}%{_libexecdir}/samba/smbspool_krb5_wrapper %{buildroot}%{_libdir}/cups/backend/smb
|
||||
|
||||
echo 127.0.0.1 localhost > %{buildroot}/%{_sysconfdir}/%{name}/lmhosts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue