media-tv/channeleditor: fix variable order

Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
Daniel Pielmeier
2024-05-04 11:50:20 +02:00
parent eb8ff88af0
commit eb34db8a0b

View File

@@ -10,6 +10,8 @@ DESCRIPTION="Editor for VDR channels.conf"
HOMEPAGE="https://sites.google.com/site/reniershomepage/channeleditor"
SRC_URI="https://downloads.sourceforge.net/project/channeleditor/channeleditor/$(ver_cut 1-3)/${P/-/_}_src.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
@@ -23,8 +25,6 @@ PATCHES=(
"${FILESDIR}"/${P}-messages_en.properties.patch
)
S="${WORKDIR}/${PN}"
mainclass() {
# read Main-Class from MANIFEST.MF
sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF" \