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 4686c40
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ parts:
- libxml2
- libxslt1.1
- zlib1g
override-stage: |
snapcraftctl stage
chmod 0755 ./usr/local/lib/python3.8
chmod 0755 ./usr/local/lib/python3.8/dist-packages
install: |
# Ensure proper permissions for Python directories
find $SNAPCRAFT_PART_INSTALL/usr/local/lib/python3.8 -type d -exec chmod 0755 {} \;
apps:
latexml:
Expand Down

0 comments on commit 4686c40

Please sign in to comment.