You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emacs-eat has a folder terminfo where "compiled" terminfo files are saved. Since there are already defaults versions of these files in the repo, they are linked (rather than copied) in the straight/build directory to files in the straight/repos. On my system, I have to call eat-compile-terminfo which modifies the file 'terminfo/65/eat-256color' in the straight/build directory, which in turns modifies the file in the straight/repos. This means that the emacs-eat repo is marked as modified. I would prefer to copy these files to the build directory and then modify them independently of the repo.
What is the recommended way to resolve this from straight, so that the compiled files are copied/saved in the straight/build folder without linking them back to the straight/repos folder?
The text was updated successfully, but these errors were encountered:
emacs-eat has a folder
terminfo
where "compiled" terminfo files are saved. Since there are already defaults versions of these files in the repo, they are linked (rather than copied) in thestraight/build
directory to files in thestraight/repos
. On my system, I have to calleat-compile-terminfo
which modifies the file 'terminfo/65/eat-256color' in thestraight/build
directory, which in turns modifies the file in thestraight/repos
. This means that the emacs-eat repo is marked as modified. I would prefer to copy these files to the build directory and then modify them independently of the repo.What is the recommended way to resolve this from straight, so that the compiled files are copied/saved in the
straight/build
folder without linking them back to thestraight/repos
folder?The text was updated successfully, but these errors were encountered: