2010-02-01 Steve Huntley <stephen.huntley@alum.mit.edu>
authorSteve Huntley <stephen.huntley@alum.mit.edu>
Mon, 1 Feb 2010 07:32:58 +0000 (07:32 +0000)
committerSteve Huntley <stephen.huntley@alum.mit.edu>
Mon, 1 Feb 2010 07:32:58 +0000 (07:32 +0000)
* Makefile.in (PKG_TCL_SOURCES): Added 'template/tclIndex' to the list
of installed files. Required for vfs's based on template vfs to load.

ChangeLog
Makefile.in

index bb793d8463d7f4cb0d9b160c6ec324596ad8f404..ebd3ff9ca7b3e4417dbcfba700085cb7b9dc3fd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-01  Steve Huntley  <stephen.huntley@alum.mit.edu>
+
+       * Makefile.in (PKG_TCL_SOURCES): Added 'template/tclIndex' to the list 
+       of installed files. Required for vfs's based on template vfs to load.
+
 2010-01-30  Steve Huntley  <stephen.huntley@alum.mit.edu>
 
        * templatevfs.tcl: workaround for bug in how virtual volumes
index 97eea0ff095a9461c6bd84d493ab129254864bbe..f1d8c8f356160293739759134ca5596be8f61283 100644 (file)
@@ -49,7 +49,7 @@ PKG_TCL_SOURCES = @PKG_TCL_SOURCES@ \
                  template/fishvfs.tcl template/globfind.tcl \
                  template/quotavfs.tcl template/tdelta.tcl \
                  template/templatevfs.tcl template/versionvfs.tcl \
-                 template/chrootvfs.tcl vfs.tcl
+                 template/chrootvfs.tcl template/tclIndex vfs.tcl
 
 
 #========================================================================