Changeset 4046 for trunk/scripts
- Timestamp:
- 01/23/08 11:32:22 (12 months ago)
- Location:
- trunk/scripts
- Files:
-
- 2 modified
-
cplgtdirs.js (modified) (1 diff)
-
cplgtdirs.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/cplgtdirs.js
r4036 r4046 86 86 FSObject.CopyFolder(logtalk_home + "\\library", logtalk_user + "\\library"); 87 87 FSObject.CopyFolder(logtalk_home + "\\xml", logtalk_user + "\\xml"); 88 FSObject.CopyFile(logtalk_home + "\\VERSION.txt", logtalk_user + "\\VERSION.txt"); 88 89 89 90 FSObject.DeleteFile(logtalk_user + "\\xml\\lgt2*.*"); -
trunk/scripts/cplgtdirs.sh
r4036 r4046 76 76 cp -RL "$LOGTALKHOME"/library "$LOGTALKUSER"/ 77 77 cp -RL "$LOGTALKHOME"/xml "$LOGTALKUSER"/ 78 cp "$LOGTALKHOME"/VERSION.txt "$LOGTALKUSER"/ 78 79 chmod -R u+w "$LOGTALKUSER" 79 80 rm -f "$LOGTALKUSER"/xml/lgt2*
