[SCM] mpv/master: Use /etc/mpv instead of /usr/etc/mpv for configuration
ghedo at users.alioth.debian.org
ghedo at users.alioth.debian.org
Sun Dec 15 18:49:12 UTC 2013
The following commit has been merged in the master branch:
commit 9b1825d0f29cd1715161274cda6f4bbd9f0b95f3
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date: Sun Dec 15 19:19:59 2013 +0100
Use /etc/mpv instead of /usr/etc/mpv for configuration
Closes: #732214
diff --git a/debian/rules b/debian/rules
index 54d6434..1491602 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@
override_dh_auto_configure:
- ./configure --prefix=/usr --enable-sdl2
+ ./configure --prefix=/usr --confdir=/etc/mpv --enable-sdl2
override_dh_auto_clean:
test -f config.mak && dh_auto_clean || true
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list