home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
terminfo.sh.done
< prev
next >
Wrap
Text File
|
2003-08-02
|
222b
|
11 lines
#!/bin/sh
# This script will create a symbolic link for old curses apps
# with a hardcoded TERMINFO search path.
prefix=/usr
libdir=${prefix}/lib
(cd ${libdir};
rm -f terminfo ; ln -fs ../share/terminfo terminfo ;
)