[arch-commits] Commit in mpd/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Jun 14 16:46:06 UTC 2015


    Date: Sunday, June 14, 2015 @ 18:46:05
  Author: bisson
Revision: 240766

implement FS#45330

Modified:
  mpd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-14 16:15:29 UTC (rev 240765)
+++ PKGBUILD	2015-06-14 16:46:05 UTC (rev 240766)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.9
-pkgrel=5
+pkgrel=6
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -47,7 +47,7 @@
 	make DESTDIR="${pkgdir}" install
 	install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
 	install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-	install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
+	install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
 
 	install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
 	sed '/\[Service\]/a User=mpd' -i "${pkgdir}"/usr/lib/systemd/system/mpd.service



More information about the arch-commits mailing list