Skip to content

Commit

Permalink
app-emulation/virtualbox: Fixed installation of rdesktop-vrdp
Browse files Browse the repository at this point in the history
with USE="headless".

Thanks-to: Oleg Akimov <[email protected]>
Closes: https://bugs.gentoo.org/675250
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jan 16, 2019
1 parent 488d907 commit f8e4584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app-emulation/virtualbox/virtualbox-6.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ src_install() {
if use amd64 && ! has_multilib_profile ; then
rcfiles=""
fi
for each in VBox{Autostart,BalloonCtrl,BugReport,CpuReport,ExtPackHelperApp,Manage,SVC,Tunctl,VMMPreload,XPCOMIPCD} *so *r0 ${rcfiles} iPxeBaseBin rdesktop-vrdp ; do
for each in VBox{Autostart,BalloonCtrl,BugReport,CpuReport,ExtPackHelperApp,Manage,SVC,Tunctl,VMMPreload,XPCOMIPCD} *so *r0 ${rcfiles} iPxeBaseBin ; do
vbox_inst ${each}
done

Expand Down Expand Up @@ -339,6 +339,7 @@ src_install() {
doenvd "${T}/90virtualbox"

if ! use headless ; then
vbox_inst rdesktop-vrdp
vbox_inst VBoxSDL 4750
pax-mark -m "${ED%/}"${vbox_inst_path}/VBoxSDL

Expand Down
3 changes: 2 additions & 1 deletion app-emulation/virtualbox/virtualbox-6.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ src_install() {
if use amd64 && ! has_multilib_profile ; then
rcfiles=""
fi
for each in VBox{Autostart,BalloonCtrl,BugReport,CpuReport,ExtPackHelperApp,Manage,SVC,Tunctl,VMMPreload,XPCOMIPCD} *so *r0 ${rcfiles} iPxeBaseBin rdesktop-vrdp ; do
for each in VBox{Autostart,BalloonCtrl,BugReport,CpuReport,ExtPackHelperApp,Manage,SVC,Tunctl,VMMPreload,XPCOMIPCD} *so *r0 ${rcfiles} iPxeBaseBin ; do
vbox_inst ${each}
done

Expand Down Expand Up @@ -343,6 +343,7 @@ src_install() {
doenvd "${T}/90virtualbox"

if ! use headless ; then
vbox_inst rdesktop-vrdp
vbox_inst VBoxSDL 4750
pax-mark -m "${ED%/}"${vbox_inst_path}/VBoxSDL

Expand Down

0 comments on commit f8e4584

Please sign in to comment.