-
Notifications
You must be signed in to change notification settings - Fork 37
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
extract/unpack does not preserve executable files #25
Comments
This looks relevant: snoyberg/keter@e0fa8d7 They switched from using |
I came across the same issue. |
After a little investigation, |
Addresses TerrorJack#2 . Workaround for haskell/tar#25 .
Any word on whether this will be merged soon? |
This is fixed in tar-bytestring (if you don't mind excluding windows support and bytestring based filepaths): hasufell@ce13c50 |
When I run
extract
orunpack
on a tarball, it extracts all of the files, but does not properly set the "executable" bit on executable files.I have to manually run
chmod +x
on them after they are extracted by tar to be able to run them.The text was updated successfully, but these errors were encountered: