summaryrefslogtreecommitdiff
path: root/extra/mpd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-29 00:04:41 +0000
committerroot <root@rshg054.dnsready.net>2012-08-29 00:04:41 +0000
commit498a4346616c33beac56d48a246cf27fe3812341 (patch)
tree333cfc0154a280d9dcf65c08900913200c33d988 /extra/mpd
parent559da5e6e5aff9ccc57e29b6a91c35a528424b6c (diff)
Wed Aug 29 00:04:40 UTC 2012
Diffstat (limited to 'extra/mpd')
-rw-r--r--extra/mpd/PKGBUILD5
-rw-r--r--extra/mpd/install2
2 files changed, 3 insertions, 4 deletions
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD
index 9cf7151b3..7f7e29d14 100644
--- a/extra/mpd/PKGBUILD
+++ b/extra/mpd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 165175 2012-08-12 04:32:32Z bisson $
+# $Id: PKGBUILD 165616 2012-08-27 12:03:29Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=mpd
pkgver=0.17.1
-pkgrel=1
+pkgrel=2
pkgdesc='Flexible, powerful, server-side application for playing music'
url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
license=('GPL')
@@ -35,7 +35,6 @@ build() {
--enable-lastfm \
--enable-jack \
--enable-pulse \
- --disable-cue \
--disable-sidplay \
--with-systemdsystemunitdir=/usr/lib/systemd/system
diff --git a/extra/mpd/install b/extra/mpd/install
index 261b8fd0d..12742b90a 100644
--- a/extra/mpd/install
+++ b/extra/mpd/install
@@ -1,7 +1,7 @@
post_install() {
getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
- true
+ usr/bin/systemd-tmpfiles --create mpd.conf || true
}
post_remove() {