summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/pulseaudio.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-28 15:50:59 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-28 15:50:59 +0000
commitabef72d698a0ed48580cbedef5d8e1be058f906f (patch)
tree97048de9d252ab1ab1d1b0d87a8784eedfebb33d /strata/audio-bluetooth/pulseaudio.morph
parent1ace53a50fb168df9fda38be359da8aa66f41aed (diff)
parentbed286c2ac7e45cc5bd6594225b615fc42eb2810 (diff)
downloaddefinitions-abef72d698a0ed48580cbedef5d8e1be058f906f.tar.gz
Merge branch 'baserock/pedroalvarez/fix-jsonc-pulseaudio
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Mike Smith <mike.smith@codethink.co.uk> Reviewed-by: Daniel Firth <dan.firth@codethink.co.uk> Reviewed-by: Javier Jardon <jjardon@gnome.org>
Diffstat (limited to 'strata/audio-bluetooth/pulseaudio.morph')
-rw-r--r--strata/audio-bluetooth/pulseaudio.morph4
1 files changed, 1 insertions, 3 deletions
diff --git a/strata/audio-bluetooth/pulseaudio.morph b/strata/audio-bluetooth/pulseaudio.morph
index 117f3396..fa183fcb 100644
--- a/strata/audio-bluetooth/pulseaudio.morph
+++ b/strata/audio-bluetooth/pulseaudio.morph
@@ -4,10 +4,8 @@ description: PulseAudio System
build-system: autotools
configure-commands:
- ./autogen.sh
-- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple --with-systemduserunitdir=/lib/systemd/system
install-commands:
- make DESTDIR="$DESTDIR" install
-- mkdir -p "$DESTDIR/lib/systemd/system"
-- install -m755 pulseaudio.service "$DESTDIR/lib/systemd/system"
- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
- ln -s /lib/systemd/system/pulseaudio.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/pulseaudio.service"