diff options
Diffstat (limited to 'extra/source/emacspeak/emacspeak.SlackBuild')
-rwxr-xr-x | extra/source/emacspeak/emacspeak.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/source/emacspeak/emacspeak.SlackBuild b/extra/source/emacspeak/emacspeak.SlackBuild index f6d04773..151bbd99 100755 --- a/extra/source/emacspeak/emacspeak.SlackBuild +++ b/extra/source/emacspeak/emacspeak.SlackBuild @@ -74,8 +74,8 @@ find . -perm 511 -exec chmod 755 {} \; find . -perm 711 -exec chmod 755 {} \; find . -perm 555 -exec chmod 755 {} \; -# Patch to use Tcl 8.5: -zcat $CWD/emacspeak.tcl8.5.diff.gz | patch -p1 || exit 1 +# Patch to use Tcl 8.6: +zcat $CWD/emacspeak.tcl8.6.diff.gz | patch -p1 || exit 1 # Compile the main program against Emacs: make config |