Skip to content

Commit

Permalink
use install script to fix permissions for python3.8 directory
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jan 1, 2024
1 parent 681beef commit 8e15288
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ parts:
- zlib1g
override-stage: |
snapcraftctl stage
chmod 0755 ./usr/local/lib/python3.8
chmod 0755 ./usr/local/lib/python3.8/dist-packages
find ./usr/local/lib/python3.8 -type d -exec chmod 0755 {} \;
apps:
latexml:
Expand Down

0 comments on commit 8e15288

Please sign in to comment.