diff options
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 46f1865..cbbf2f9 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -256,10 +256,10 @@ if test -r FindPhoto.3; then fi if test -r FontId.3; then rm -f Tk_FontId.3 - rm -f Tk_FontMetrics.3 + rm -f Tk_GetFontMetrics.3 rm -f Tk_PostscriptFontName.3 ln FontId.3 Tk_FontId.3 - ln FontId.3 Tk_FontMetrics.3 + ln FontId.3 Tk_GetFontMetrics.3 ln FontId.3 Tk_PostscriptFontName.3 fi if test -r FreeXId.3; then |