mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/projectx: fix variable order
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
@@ -16,6 +16,8 @@ SRC_URI="https://dev.gentoo.org/~billie/distfiles/${PF}.tar.xz
|
||||
https://dev.gentoo.org/~billie/distfiles/${XDG_P}.java.xz
|
||||
https://dev.gentoo.org/~billie/distfiles/${PN}-icon.png"
|
||||
|
||||
S="${WORKDIR}/Project-X"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64 x86"
|
||||
@@ -35,8 +37,6 @@ DEPEND="
|
||||
app-arch/xz-utils
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Project-X"
|
||||
|
||||
mainclass() {
|
||||
# read Main-Class from MANIFEST.MF
|
||||
sed -n "s/^Main-Class: \([^ ]\+\).*/\1/p" "${S}/MANIFEST.MF" || die
|
||||
|
||||
Reference in New Issue
Block a user