summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc81d3ceba24..85fffcbd8304 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,8 +52,8 @@ package() {
chmod +x "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run"
- # Using proot-3.2.1 (instead of the latest version) and passing the environment
- # variable `PROOT_NO_SECCOMP=1` is only a workaround for this bug:
+ # NOTE: Using proot v3.2.1 (instead of the latest version) and passing the
+ # environment variable `PROOT_NO_SECCOMP=1` is only a workaround for this bug:
# https://github.com/proot-me/PRoot/issues/106
PROOT_NO_SECCOMP=1 proot -0 \
-b "${pkgdir}/opt/lampp:/opt/lampp" \