diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-08-26 16:30:01 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 06:44:08 +0000 |
commit | 0b71fb875060d70e3217ecee7d42de496d29a781 (patch) | |
tree | 8f2dbc9010e82e7a8075d0ba5bdb5cd59affdbd6 | |
parent | f663b542050a783521394819f10f12162a9e52bc (diff) | |
download | aports-0b71fb875060d70e3217ecee7d42de496d29a781.tar.bz2 aports-0b71fb875060d70e3217ecee7d42de496d29a781.tar.xz |
testing/upmpdcli: add sysconfdir to move from /usr/etc to /etc
-rw-r--r-- | testing/upmpdcli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/upmpdcli/APKBUILD b/testing/upmpdcli/APKBUILD index 49dc80844b..29ba520c6c 100644 --- a/testing/upmpdcli/APKBUILD +++ b/testing/upmpdcli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=upmpdcli pkgver=1.2.15 -pkgrel=0 +pkgrel=1 pkgdesc="upmpdcli is a UPnP Media Renderer front-end for MPD, the Music Player Daemon" url="http://www.lesbonscomptes.com/upmpdcli" arch="all" @@ -17,7 +17,7 @@ builddir="$srcdir/upmpdcli-$pkgver" build() { cd "$builddir" - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc make } |