summary refs log tree commit diff stats
path: root/tools/install.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.tmpl')
-rwxr-xr-xtools/install.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install.tmpl b/tools/install.tmpl
index ffefc8281..acca8a7fb 100755
--- a/tools/install.tmpl
+++ b/tools/install.tmpl
@@ -58,7 +58,7 @@ if [ $# -eq 1 ] ; then
 #var createdDirs = newStringTable()
 #for cat in fcConfig..fcLib:
 #  for f in items(c.cat[cat]):
-#    var mk = extractDir(f.skipRoot)
+#    var mk = splitFile(f.skipRoot).dir
 #    if mk.len > 0:
 #      mk = unixDirVars[cat] & "/" & mk
 #      if not createdDirs.hasKey(mk):