media-video/ushare: fix variable ordering

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2025-09-08 12:22:14 -05:00
parent 066cc76b64
commit 3e8977b6fd
No known key found for this signature in database
GPG Key ID: 7A85BDA4D57605C7

View File

@ -9,6 +9,7 @@ inherit readme.gentoo-r1 toolchain-funcs systemd
DESCRIPTION="uShare is a UPnP (TM) A/V & DLNA Media Server"
HOMEPAGE="https://github.com/ddugovic/uShare/"
SRC_URI="https://github.com/ddugovic/uShare/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/uShare-${COMMIT}"
LICENSE="GPL-2+"
SLOT="0"
@ -31,8 +32,6 @@ DOC_CONTENTS="Please edit /etc/ushare.conf to set the shared directories
and other important settings. Check system log if ushare is
not booting."
S="${WORKDIR}/uShare-${COMMIT}"
src_configure() {
local myconf
myconf="--prefix=/usr --sysconfdir=/etc --disable-strip --disable-dlna"