mirror of
https://abf.rosa.ru/djam/virtualbox.git
synced 2025-02-23 17:12:46 +00:00
adapt to vboxadd-xclient being renamed as VBoxClient
SILENT: svn-revision: 204800
This commit is contained in:
parent
3e599d715e
commit
18edf3b86e
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ pushd out/%{vbox_platform}/release/bin/additions
|
|||
install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/security/console.perms.d/
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/X11/xinit.d
|
||||
install -m755 vboxadd-xclient %{buildroot}%{_bindir}
|
||||
install -m755 VBoxClient %{buildroot}%{_bindir}
|
||||
install -m755 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xinit.d
|
||||
|
||||
install -d %{buildroot}%{_sysconfdir}/modprobe.preload.d
|
||||
|
@ -373,7 +373,7 @@ set -x
|
|||
/sbin/mount.vboxsf
|
||||
%{_initrddir}/vboxadd-timesync
|
||||
%{_sbindir}/vboxadd-timesync
|
||||
%{_bindir}/vboxadd-xclient
|
||||
%{_bindir}/VBoxClient
|
||||
%{_sysconfdir}/security/console.perms.d/60-vboxadd.perms
|
||||
%{_sysconfdir}/X11/xinit.d/98vboxadd-xclient
|
||||
%{_sysconfdir}/modprobe.preload.d/vbox-guest-additions
|
||||
|
|
Loading…
Add table
Reference in a new issue