[interchange-cvs] interchange - heins modified dist/foundation/config/makedirs

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sat Jul 12 01:23:00 EDT 2003


User:      heins
Date:      2003-07-12 04:23:56 GMT
Modified:  dist/foundation/config makedirs
Log:
* Make symbolic links work on Solaris (tested as good syntax on Linux,
  but not on other OSes).

Revision  Changes    Path
2.6       +1 -1      interchange/dist/foundation/config/makedirs


rev 2.6, prev_rev 2.5
Index: makedirs
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/config/makedirs,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -r2.5 -r2.6
--- makedirs	4 Sep 2001 20:13:14 -0000	2.5
+++ makedirs	12 Jul 2003 04:23:56 -0000	2.6
@@ -28,7 +28,7 @@
 fi
 
 # Link the image directory always
-ln -s __MVC_IMAGEDIR__ __MVC_RELOCATE____MVC_CATROOT__
+ln -s __MVC_IMAGEDIR__ __MVC_RELOCATE____MVC_CATROOT__/
 
 # Make log directories to store logs.
 if test -n '__MVC_LOGDIR__'







More information about the interchange-cvs mailing list