Logtalk 2.17.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1071 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-06-06 22:46:45 +00:00
parent 0101c09236
commit b25690af56
158 changed files with 4565 additions and 476 deletions

View File

@@ -9,23 +9,23 @@ else
prefix="$1"
fi
rm -rf $prefix/lgt2170
rm -rf $prefix/lgt2171
rm -f $prefix/logtalk
mkdir $prefix/lgt2170
mkdir $prefix/lgt2171
cd ..
cp -R * $prefix/lgt2170
cp -R * $prefix/lgt2171
cd $prefix
chmod -R go-w,a+r lgt2170
chmod a+x lgt2170
chmod a+x lgt2170/misc/*.sh
chmod a+x lgt2170/xml/*.sh
ln -sf lgt2170 logtalk
chmod -R go-w,a+r lgt2171
chmod a+x lgt2171
chmod a+x lgt2171/misc/*.sh
chmod a+x lgt2171/xml/*.sh
ln -sf lgt2171 logtalk
cd bin
ln -sf ../lgt2170/misc/cplgtdirs.sh cplgtdirs.sh
ln -sf ../lgt2171/misc/cplgtdirs.sh cplgtdirs.sh
echo "Installation completed."
echo "Users should define the environment variable LOGTALKHOME pointing"