diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-09 15:12:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-09 15:12:23 +0000 |
commit | 9752dac0cd60fb83864076111dd1fa210af4cc32 (patch) | |
tree | ac04c132b6e1f7b52de5984ebaa71c8c285ca21e /testing | |
parent | 2d00ee2a541c38b8c634f7e301afd152a2559060 (diff) | |
download | aports-9752dac0cd60fb83864076111dd1fa210af4cc32.tar.bz2 aports-9752dac0cd60fb83864076111dd1fa210af4cc32.tar.xz |
testing/mpv: set confdir
ref #2438
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mpv/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mpv/APKBUILD b/testing/mpv/APKBUILD index 39a633c0e..b2de381e7 100644 --- a/testing/mpv/APKBUILD +++ b/testing/mpv/APKBUILD @@ -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 } |