[SCM] mplayer2/master: Fix path for system-wide configuration file, Closes: #632575

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Aug 8 21:04:22 UTC 2011


The following commit has been merged in the master branch:
commit f4e9375d665845f329db81982656f76953a83fd1
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Aug 8 21:12:16 2011 +0200

    Fix path for system-wide configuration file, Closes: #632575

diff --git a/debian/rules b/debian/rules
index 8445ca9..6015aeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)
 endif
 endif
 
-confflags := --prefix=/usr --enable-translation --enable-debug=3
+confflags := --prefix=/usr --confdir=/etc/mplayer --enable-translation --enable-debug=3
 
 # runtime cpu detection works on x86 and ppc only. These checks also work on kfreebsd!
 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list