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 read-only gifs and math directories #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 29, 2022

  1. fix read-only gifs and math directories

    An installed copy of stex might have all write permission bits removed,
    even for the owner of the installed files: this is the case with Guix
    package of stex, for example. If such an installation is used to
    initialize the gifs or math directories (e.g. for an out-of-source
    build), tar likewise creates them without write permissions, preventing
    subdirectories from being created later. Set the user write bit
    explicitly to avoid this problem.
      Mf-stex
    
    Related to racket/racket#4203
    LiberalArtist committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    9434b4a View commit details
    Browse the repository at this point in the history