summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2018-03-16 16:58:56 +0100
committergrufo2018-03-16 16:58:56 +0100
commitcb797436f7d6dad343616c1f02a86108e4e8124e (patch)
treec6664db109f20b56175a17e3c4d38525c95174f7 /PKGBUILD
parent6d549d9e754252e8b303aa46ed94583539f79019 (diff)
downloadaur-cb797436f7d6dad343616c1f02a86108e4e8124e.tar.gz
PKGBUILD only
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" \