Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pack.pl: Update file perms for db header files #49

Open
shawnlaffan opened this issue Jun 7, 2023 · 0 comments
Open

pack.pl: Update file perms for db header files #49

shawnlaffan opened this issue Jun 7, 2023 · 0 comments

Comments

@shawnlaffan
Copy link
Contributor

The db header files are coming out as readonly. We could fix this in the build but it might be easier to run the update when packing.

A variation of this line to handle header files should do the trick.

$f->unixFileAttributes(0777) if $dst =~ /\.(exe|bat|dll)$/i; # necessary for correct unzipping on cygwin

shawnlaffan added a commit to StrawberryPerl/Perl-Dist-Strawberry that referenced this issue Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant