Skip to content

Commit

Permalink
app-emulation/spice-vdagent: install unit file with USE=systemd (bug …
Browse files Browse the repository at this point in the history
…#557954)

Fix a typo that prevented installation of the systemd unit file in case of
USE=systemd

Bug: 557954

Package-Manager: portage-2.2.20.1
  • Loading branch information
tamiko committed Aug 22, 2015
1 parent f64619d commit 024f47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-emulation/spice-vdagent/spice-vdagent-0.16.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
src_configure() {
local opt="--with-session-info=none --with-init-script=systemd"

use systemd && opt="--with-session-info=systemd"
use consolekit && opt="${opt} --with-session-info=console-kit"
use systemd && opt+=" --with-session-info=systemd"
use consolekit && opt+=" --with-session-info=console-kit"

econf \
--localstatedir=/var \
Expand Down

0 comments on commit 024f47d

Please sign in to comment.