makedeb
The Kubernetes IDE
Click here to go back to the commit logs for lens-bin.
Hash: 3ec5bad6349ea8ef53a633b9ff508a37a277b67e
Message: Permission fix on the /opt dir.
diff --git a/PKGBUILD b/PKGBUILD
index 69c2b2b..11cbb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,5 +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"
#ln -s ../../../opt/lens/kontena-lens "${pkgdir}/usr/bin/lens"
}