Logtalk 2.18.0 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1090 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-07-08 23:48:59 +00:00
parent bb96fe5aea
commit fda1482045
130 changed files with 1354 additions and 1432 deletions

View File

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