Commit 9d9e70bb authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack: fix dir permissions for AppImage

parent d0dcf6be
......@@ -34,6 +34,7 @@ generic_repack: appimage
EOF
chmod og-w -R squashfs-root
chmod a+rX -R squashfs-root
erc pack $PKGNAME squashfs-root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment