forked from pool/virtualbox
Accepting request 214429 from home:AndreasStieger:branches:Virtualization
- fix build (script handling) OBS-URL: https://build.opensuse.org/request/show/214429 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=152
This commit is contained in:
parent
c16febc461
commit
d684c332ca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 19:27:43 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- fix build (script handling)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 18:14:54 UTC 2014 - speilicke@suse.com
|
||||
|
||||
|
@ -554,8 +554,8 @@ popd
|
||||
# modify and install the vboxdrv init script
|
||||
# TODO: some of this stuff breaks the fillup macros below?
|
||||
%__sed -i "s|%NOLSB%|yes|g;s|%DEBIAN%||g;s|%PACKAGE%|virtualbox|g" \
|
||||
src/VBox/Installer/linux/vboxdrv.sh
|
||||
%__install -m 744 src/VBox/Installer/linux/vboxdrv.sh \
|
||||
src/VBox/Installer/linux/vboxdrv.sh.in
|
||||
%__install -m 744 src/VBox/Installer/linux/vboxdrv.sh.in \
|
||||
%{buildroot}%{_sysconfdir}/init.d/vboxdrv
|
||||
%__ln_s %{_sysconfdir}/init.d/vboxdrv \
|
||||
%{buildroot}%{_sbindir}/rcvboxdrv
|
||||
@ -607,8 +607,8 @@ pushd out/linux.*/release/bin
|
||||
popd
|
||||
|
||||
%__sed -i "s|%NOLSB%|yes|g;s|%DEBIAN%||g;s|%PACKAGE%|virtualbox|g" \
|
||||
src/VBox/Installer/linux/vboxweb-service.sh.in
|
||||
%__install -m 744 src/VBox/Installer/linux/vboxweb-service.sh.in \
|
||||
src/VBox/Installer/linux/vboxweb-service.sh
|
||||
%__install -m 744 src/VBox/Installer/linux/vboxweb-service.sh \
|
||||
%{buildroot}%{_sysconfdir}/init.d/vboxweb-service
|
||||
%__ln_s %{_sysconfdir}/init.d/vboxweb-service \
|
||||
%{buildroot}%{_sbindir}/rcvboxweb-service
|
||||
|
Loading…
Reference in New Issue
Block a user