diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-04-04 11:35:24 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-04-04 11:35:24 +0200 |
commit | 2a004034496dccc503c15dcc82691bf0448cc559 (patch) | |
tree | 2ff95d2bbeab9274864ae3464d33f242dcb71ede /makefile | |
parent | bbb2576624d156f269f715d33e4b87f4deceba61 (diff) | |
download | texlive-openbsd-2a004034496dccc503c15dcc82691bf0448cc559.tar.gz |
better suggestions for tlobsd
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ fetch: | |||
25 | mkdir ${TMPDIR}/bin \ | 25 | mkdir ${TMPDIR}/bin \ |
26 | && tar xf ${TMPDIR}/amd64-openbsd${OPENBSD_VERSION}.tar \ | 26 | && tar xf ${TMPDIR}/amd64-openbsd${OPENBSD_VERSION}.tar \ |
27 | -C ${TMPDIR}/bin | 27 | -C ${TMPDIR}/bin |
28 | @echo "" | ||
28 | @echo "Looks good." | 29 | @echo "Looks good." |
29 | @echo "Now do this to install TeX Live with custom binaries:" | 30 | @echo "Now do this to install TeX Live with custom binaries:" |
30 | @echo " cd /path/to/install-tl" | 31 | @echo " cd /path/to/install-tl" |