GNU bug report logs -
#31123
[PATCH 0/2] texlive-bin bug fixes
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Wed, 11 Apr 2018 06:00:01 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlua shebangs in
> postint phase.
[...]
> (with-directory-excursion "texlive-extra"
> (apply unpack (list #:source texlive-extra))
> (apply patch-source-shebangs (list #:source texlive-extra))
> - (invoke "mv" "tlpkg" share))))))))
> + (invoke "mv" "tlpkg" share))
> + ;; texlua shebangs are not patched by the patch-source-shebangs
> + ;; phase because the texlua executable does not exist at that
> + ;; time.
> + (setenv "PATH" (string-append (getenv "PATH") ":" out "/bin"))
> + (with-directory-excursion out
> + (patch-source-shebangs))))))))
Would it suffice to only patch "out/bin" here?
Also, what is the return value of (patch-source-shebangs)? If it's
anything other than #t, you know what to do. Apart from that LGTM.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.