1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

updated createAppImage to understand permissions problems

This commit is contained in:
Stephen Gaito 2020-06-11 09:05:14 +01:00
parent d327b43a43
commit c10efe8ece

View File

@ -38,11 +38,11 @@ cd ../imageBuild
# Make sure directories can be traversed by nobody # Make sure directories can be traversed by nobody
# #
find appDir -type d -exec chmod 755 {} \; #find appDir -type d -exec chmod 755 {} \;
# #
# Make sure files can be read by nobody # Make sure files can be read by nobody
# #
find appDir -type f -exec chmod 644 {} \; #find appDir -type f -exec chmod 644 {} \;
# force libfontconfig into AppImage (linuxdeploy blacklists libfontconfig) # force libfontconfig into AppImage (linuxdeploy blacklists libfontconfig)
# (turned off since libfontconfig needs to be matched to the underlying # (turned off since libfontconfig needs to be matched to the underlying