Skip to content

Commit

Permalink
Fix pulseaudio in Ubuntu templates
Browse files Browse the repository at this point in the history
  • Loading branch information
unman committed Jan 17, 2021
1 parent 375e8cd commit e50e43b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,13 @@ install-pulseaudio:
$(DESTDIR)/usr/bin/start-pulseaudio-with-vchan
install -m 0644 -D pulse/qubes-default.pa \
$(DESTDIR)/etc/pulse/qubes-default.pa
ifneq ($(shell lsb_release -is), Ubuntu)
install -D pulse/module-vchan-sink.so \
$(DESTDIR)$(LIBDIR)/pulse-$(PA_VER_MAJOR_MINOR)/modules/module-vchan-sink.so
else
install -D pulse/module-vchan-sink.so \
$(DESTDIR)$(LIBDIR)/pulse-$(PA_VER_FULL)/modules/module-vchan-sink.so
endif
install -m 0644 -D appvm-scripts/etc/tmpfiles.d/qubes-pulseaudio.conf \
$(DESTDIR)/$(USRLIBDIR)/tmpfiles.d/qubes-pulseaudio.conf
install -m 0644 -D appvm-scripts/etc/xdgautostart/qubes-pulseaudio.desktop \
Expand Down

0 comments on commit e50e43b

Please sign in to comment.