Skip to content
Snippets Groups Projects
Commit 9752dac0 authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/mpv: set confdir

ref #2438
parent 2d00ee2a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.2.4
pkgrel=0
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2"
url="http://mpv.io/"
arch="all"
......@@ -34,6 +34,7 @@ build() {
cd "$_builddir"
./configure --prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
|| return 1
make || return 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment