Skip to content

Commit

Permalink
luatex: simplify luatex symlink handling
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Apr 17, 2013
1 parent c2492f7 commit e91c4fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
16 changes: 7 additions & 9 deletions doc-tools/luatex/BUILD
@@ -1,12 +1,10 @@
( # From http://www.gentoo-portage.com/dev-tex/luatex
export LC_ALL=C &&


# From http://www.gentoo-portage.com/dev-tex/luatex prepare_install &&
export LC_ALL=C && ./build.sh &&


prepare_install && # Install executable
./build.sh && install -m755 build/texk/web2c/luatex /usr/bin/ &&


# Install executable ln -s luatex /usr/bin/lualatex
install -m755 build/texk/web2c/luatex /usr/bin/

) > $C_FIFO 2>&1
3 changes: 0 additions & 3 deletions doc-tools/luatex/POST_INSTALL
@@ -1,7 +1,4 @@
if [ -x /usr/bin/fmtutil-sys ] ; then if [ -x /usr/bin/fmtutil-sys ] ; then
# fmtutil-sys and texlinks are installed by texlive # fmtutil-sys and texlinks are installed by texlive
fmtutil-sys --missing --quiet --all > /dev/null fmtutil-sys --missing --quiet --all > /dev/null

# Create symlink: /usr/bin/lualatex -> luatex
texlinks -q
fi fi
2 changes: 0 additions & 2 deletions doc-tools/luatex/POST_REMOVE

This file was deleted.

0 comments on commit e91c4fa

Please sign in to comment.