4rozenwolves

Results 2 comments of 4rozenwolves

I added the following code in the pkgbuild: ``` prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" sed -i 's/join(root_dir, "bin\/antlr-4.9.3-complete.jar")/"\/usr\/share\/java\/antlr-complete.jar"/' 'build_helpers/build_helpers.py' } ```