[packages] pulseaudio: fix running as pulse user
authorJan Willies <loswillios@gmail.com>
Mon, 14 Nov 2011 08:27:25 +0000 (08:27 +0000)
committerJan Willies <loswillios@gmail.com>
Mon, 14 Nov 2011 08:27:25 +0000 (08:27 +0000)
SVN-Revision: 29104

sound/pulseaudio/Makefile

index 266c5ba19b5de347eb0dd6bd3c59f67f0916ed9a..067cfe5d716297458e9f09065be339e863d21aab 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
 PKG_VERSION:=1.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
@@ -218,10 +218,6 @@ define Package/pulseaudio-daemon-avahi/install
        $(INSTALL_CONF) \
                $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/pulseaudio-system.conf \
                $(1)/etc/dbus-1/system.d/pulseaudio-system.conf
-
-       $(SED) \
-               's/user="pulse"/user="root"/' \
-               $(1)/etc/dbus-1/system.d/pulseaudio-system.conf
 endef
 
 define Package/pulseaudio-tools/install