summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-07 11:49:23 -0700
committerMark Wagie2022-02-07 11:49:23 -0700
commit02d04b0caedb7d5bc46ea2be6118624c24a87074 (patch)
treebde5b2c54e508719b1ba8b545a73a427f3e5bf35 /PKGBUILD
parent07b2653acaeafff66b8c966847b0c6220dd00b1a (diff)
downloadaur-02d04b0caedb7d5bc46ea2be6118624c24a87074.tar.gz
remove unneeded line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d6be095fbed..3092afba12cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,5 @@ package() {
rm -rf "$pkgdir/opt/$pkgname/lib/runtime/"*
# Symlink system JVM
- install -d "$pkgdir/opt/$pkgname/lib/runtime/"
ln -s "/usr/lib/jvm/java-${_jre_ver}-openjdk/"* "$pkgdir/opt/$pkgname/lib/runtime/"
}