makedeb


lens-bin 5.3.2-1


The Kubernetes IDE

Click here to go back to the commit logs for lens-bin.

Commit:


Hash: ee4d8344e9f25cee13946d519a4d9fb0359cf586

Message: Permission fix #2

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 11cbb63..4dc323a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,6 @@ package() {
     "${srcdir}/squashfs-root/LICENSE.electron.txt" \
     "${srcdir}/squashfs-root/LICENSES.chromium.html"
   install -Dm755 "${srcdir}/lens.sh" "${pkgdir}/usr/bin/lens"
-  chmod a+rx "${pkgdir}/opt/lens"
+  chmod -R a+rx "${pkgdir}/opt/lens"
   #ln -s ../../../opt/lens/kontena-lens "${pkgdir}/usr/bin/lens"
 }