mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-java/swt: stop adding package.html files to jar
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43932 Closes: https://github.com/gentoo/gentoo/pull/43932 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
7691ad122f
commit
df72e16e8e
@@ -79,8 +79,8 @@ src_prepare() {
|
||||
grep '^SWT-OS\|^SWT-Arch' META-INF/MANIFEST.MF \
|
||||
> resources/META-INF/MANIFEST.MF || die "MANIFEST.MF"
|
||||
java-pkg_clean
|
||||
find org -type f ! -name '*.java' |
|
||||
xargs cp --parent -t resources -v \
|
||||
find org -type f ! -name '*.java' ! -name 'package.html' |
|
||||
xargs cp --parent -t resources \
|
||||
|| die "copying resources failed"
|
||||
cp version.txt resources || die "adding version.txt failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user