makedeb
The Kubernetes IDE
Click here to go back to the commit logs for lens-bin.
Hash: ee4d8344e9f25cee13946d519a4d9fb0359cf586
Message: Permission fix #2
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"
}