games/scid: Don't force the possibly wrong tcl version.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2013-11-16 10:47:41 -05:00
parent d30947c2d6
commit 6df3e41cb1

View file

@ -50,6 +50,9 @@ cd $PRGNAM
chmod -R u+w,go+r-w,a-s .
chown -R root:root .
# Don't force the possibly wrong tcl version.
sed -i -e "s/tclsh8.5;/tclsh;/" configure
./configure \
BINDIR="/usr/bin" \
SHAREDIR="/usr/share/scid" \