summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2018-09-25 00:25:42 +0100
committergrufo2018-09-25 00:25:42 +0100
commit4832e04598d5ef53eb0b943d07cbaa9b6cfea3a4 (patch)
tree46dda542f7c9ab56cafce63334341ec831a3ce15 /PKGBUILD
parent7a19685f479d419b32677c74cd4daf6711621421 (diff)
downloadaur-4832e04598d5ef53eb0b943d07cbaa9b6cfea3a4.tar.gz
PKGBUILD: Comments only
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbd329644a63..e39bfff41eb1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,9 +64,6 @@ package() {
chmod +x "${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run"
- # 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" \
"${srcdir}/${pkgname}-linux-x64-${pkgver}-0-installer.run" \