Skip to content

Commit

Permalink
Workaround for unusual mode 'rwxrwsr-x'
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jan 2, 2024
1 parent c91378f commit 37fce25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ parts:
env PERL5LIB=\$(IFS=:; echo "\${perl_snap_inc[*]}") env PATH=\$snap_prefix/usr/local/bin:\$PATH \$@
EOF
chmod +x $perl5lib_sh
# workaround for "unusual mode 'rwxrwsr-x'"" issue
mkdir -p /usr/local/lib/python3.8/dist-packages
chmod -R g-s /usr/local/lib/python3.8
snapcraftctl build
organize:
/usr/bin/perl5lib.sh: /usr/bin/perl5lib.sh
Expand Down

0 comments on commit 37fce25

Please sign in to comment.