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

Fix ZIP handling for submodules #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MaxGaukler
Copy link

Before, zip --grow was used, but this does not unpack the individual ZIP files (at least on Debian Linux stable with "Zip 3.0 by Info-ZIP"). Therefore the submodules weren't present as folders, but as ZIP files within the main ZIP file.

Unfortunately, the more intelligent option of using zipmerge didn't work for be because it kills the x bit of directories.

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

Successfully merging this pull request may close these issues.

1 participant