summaryrefslogtreecommitdiffstats
path: root/education/tcltutor/INSTALL
blob: 40bd0b467c2eac905109450b1fa7758e130461e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
dir="$INSTALL_ROOT/usr/share/games/$SPELL" &&
wrapper="$INSTALL_ROOT/usr/games/$SPELL" &&
cd "$SOURCE_DIRECTORY" &&
mkdir -p "$dir" &&
cp -r lesson *.tcl "$dir" &&
cat >"$wrapper" <<EOF &&
#!/bin/sh
exec wish "$dir/TclTutor.tcl"
EOF
chmod 755 "$wrapper"