073a1d2c2c0312e31a77d4e585fbdab0a760aa4c
[hdw-linux/hdw-linux.git] / packages / base / texinfo / texinfo
1 # hdw - linux texinfo package
2 #
3 # author: hackbard@hackdaworld.org
4 #
5 # [V] 4.8a
6 # [S] 1-2 2-10
7 # [D] texinfo-4.8a.tar.bz2 ftp://ftp.gnu.org/pub/gnu/texinfo/
8
9 if [ "$stage" = "2" ] ; then
10         post_install()  {
11                 # TEXMF specifies root of textree (hopefully not an install loc)
12                 make TEXMF=/usr/share/texmf install-tex
13                         }
14 fi