Changeset 1639 for trunk

Show
Ignore:
Timestamp:
10/24/04 08:54:06 (4 years ago)
Author:
pmoura
Message:

Updated the cplgtdirs.sh shell script to make all copied files user writable.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/misc/cplgtdirs.sh

    r1602 r1639  
    2323    cp -RL $LOGTALKHOME/library $HOME/logtalk/ 
    2424    cp -RL $LOGTALKHOME/xml $HOME/logtalk/ 
     25    chmod -R u+w $HOME/logtalk 
    2526    echo "Finished copying Logtalk directories." 
    2627    echo 
  • trunk/RELEASE_NOTES

    r1638 r1639  
    3434    the DTD and XSD files in order to avoid prompting the the user about the file  
    3535    permissions. 
     36 
     37    Updated the cplgtdirs.sh shell script to make all copied files user writable. 
    3638 
    3739 
  • trunk/scripts/cplgtdirs.sh

    r1602 r1639  
    2323    cp -RL $LOGTALKHOME/library $HOME/logtalk/ 
    2424    cp -RL $LOGTALKHOME/xml $HOME/logtalk/ 
     25    chmod -R u+w $HOME/logtalk 
    2526    echo "Finished copying Logtalk directories." 
    2627    echo