From 559f849f24969da1a48cc074a668dd5c102ef69b Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Fri, 10 May 2019 22:38:03 -0700 Subject: [PATCH] pulseaudio: set homedir to /var/empty Signed-off-by: Cameron Nemo --- srcpkgs/pulseaudio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index cb3f9f19aec..e95fc7553c6 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=12.2 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc @@ -27,7 +27,7 @@ checksum=809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055 system_groups="pulse-access" system_accounts="pulse" pulse_groups="audio" -pulse_homedir="/var/run/pulse" +pulse_homedir="/var/empty" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib"