summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 08e5480..975b639 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -959,6 +959,10 @@ if test -r chooseColor.n; then
rm -f tk_chooseColor.n
ln chooseColor.n tk_chooseColor.n
fi
+if test -r chooseDirectory.n; then
+ rm -f tk_chooseDirectory.n
+ ln chooseDirectory.n tk_chooseDirectory.n
+fi
if test -r dialog.n; then
rm -f tk_dialog.n
ln dialog.n tk_dialog.n