3 # Make sure we're in our directory (i.e., where this shell script is)
13 # Configure fetch method - TEXINFO
14 URL
="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/texinfo-4.8.tar.bz2"
15 BACKUP_URL
="ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.8.tar.bz2"
17 # Fetch sources if not available
20 if [ ! -f texinfo-4.8.
tar.bz2
]; then
27 tar -xjf texinfo-4.8.
tar.bz2
&& \
29 cat ..
/..
/usr.bin
/texinfo
/patches
/* |
patch -p1 && \
31 mv texinfo-4.8 texinfo