Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
perl: fix permissions of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Sep 8, 2019
1 parent 1f4a1e8 commit 3ef285b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/perl/build
Expand Up @@ -34,3 +34,6 @@ find "$1" -name TODO\* -delete
find "$1" -name Change\* -delete
find "$1" -name \*.bs -delete
find "$1" -name \*.0 -type f -delete

# Fix permissions.
find "$1/usr/lib" -type f -exec chmod 644 {} \;
2 changes: 1 addition & 1 deletion core/perl/version
@@ -1 +1 @@
5.30.0 4
5.30.0 5

0 comments on commit 3ef285b

Please sign in to comment.