1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-11-24 17:42:19 -05:00

Fix jdk-devel

This commit is contained in:
Travis Burtrum 2018-04-27 10:55:15 -04:00
parent ad3e05cfeb
commit a65c388e0a

View File

@ -51,11 +51,11 @@ package() {
install -d "$pkgdir"/usr/share/licenses/java$_major-$_pkgname install -d "$pkgdir"/usr/share/licenses/java$_major-$_pkgname
msg2 "Removing redundancies..." msg2 "Removing redundancies..."
rm -r lib/desktop/icons/HighContrast rm -rf lib/desktop/icons/HighContrast
rm -r lib/desktop/icons/HighContrastInverse rm -rf lib/desktop/icons/HighContrastInverse
rm -r lib/desktop/icons/LowContrast rm -rf lib/desktop/icons/LowContrast
rm lib/fontconfig.*.bfc rm -f lib/fontconfig.*.bfc
rm lib/fontconfig.*.properties.src rm -f lib/fontconfig.*.properties.src
msg2 "Moving contents..." msg2 "Moving contents..."
mv * "$pkgdir"/$_jvmdir mv * "$pkgdir"/$_jvmdir