From d684c332ca0689b20359f0dc07f84e99c944d5b15a9b7c3c3d3dc46cd54a707d Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sun, 19 Jan 2014 20:21:58 +0000 Subject: [PATCH] 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 --- virtualbox.changes | 5 +++++ virtualbox.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index d50d492..6c3bc68 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -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 diff --git a/virtualbox.spec b/virtualbox.spec index d8dc187..8a14a3a 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -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