1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/vietnamese/vnterm/scripts/pre-install
1996-12-10 09:42:24 +00:00

15 lines
528 B
Bash

#!/bin/sh
# set up the resource file
# nothing yet...
# setup helper script
echo "creating VNterm script for inexperienced users"
VNTERM_SH=${WRKDIR}/VNterm.sh
echo "#!/bin/sh" > $VNTERM_SH
echo "" >> $VNTERM_SH
echo "XFONTDIR=${PREFIX}/lib/X11/fonts/vietnamese" >> $VNTERM_SH
echo "" >> $VNTERM_SH
/bin/cat ${FILESDIR}/VNterm.sh.in >> $VNTERM_SH