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 9b0894b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ 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
touch $SNAP/usr/local/lib/python3.8/dist-packages
chmod 0755 $SNAP/usr/local/lib/python3.8
chmod 0755 $SNAP/usr/local/lib/python3.8/dist-packages
snapcraftctl build
organize:
/usr/bin/perl5lib.sh: /usr/bin/perl5lib.sh
Expand Down

0 comments on commit 9b0894b

Please sign in to comment.