[Pkg-mpd-commits] [SCM] Git repository for pkg-mpd branch, master, updated. debian/0.17.1-1-22-g38ab336

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Feb 22 00:22:29 UTC 2013


The following commit has been merged in the master branch:
commit 8a59c84c49c291cc34a12dafa2de2f6f961b4738
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Feb 21 23:13:24 2013 +0100

    dont tell configure to look for non-existant /etc/mpd/mpd.conf instead of plain /etc/mpd.conf (closes: #681774)

diff --git a/debian/rules b/debian/rules
index f4efada..0b99762 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,7 @@ override_dh_auto_configure:
 		--enable-modplug \
 		--enable-curl \
 		--with-systemdsystemunitdir=/lib/systemd/system \
-		--prefix=/usr \
-		--sysconfdir=/etc/mpd
+		--prefix=/usr
 
 override_dh_strip:
 	dh_strip  --dbg-package=mpd-dbg

-- 
Git repository for pkg-mpd



More information about the Pkg-mpd-commits mailing list