Logtalk 2.29.3 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1781 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-01-24 11:01:56 +00:00
parent 355f491539
commit b697f3d34e
223 changed files with 426 additions and 331 deletions

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.2
## Release 2.29.3
##
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -23,24 +23,24 @@ echo
echo "Installing Logtalk on $prefix ..."
echo
rm -rf $prefix/lgt2292
rm -rf $prefix/lgt2293
rm -f $prefix/logtalk
mkdir $prefix/lgt2292
mkdir $prefix/lgt2293
cd ..
cp -R * $prefix/lgt2292
cp -R * $prefix/lgt2293
cd $prefix
chmod -R go-w,a+r lgt2292
chmod a+x lgt2292
chmod a+x lgt2292/scripts/*.sh
chmod a-x lgt2292/scripts/*.js
chmod a+x lgt2292/scripts/linux/*.sh
chmod a+x lgt2292/scripts/macosx/postflight
chmod a+x lgt2292/xml/*.sh
chmod a-x lgt2292/xml/*.js
ln -sf lgt2292 logtalk
chmod -R go-w,a+r lgt2293
chmod a+x lgt2293
chmod a+x lgt2293/scripts/*.sh
chmod a-x lgt2293/scripts/*.js
chmod a+x lgt2293/scripts/linux/*.sh
chmod a+x lgt2293/scripts/macosx/postflight
chmod a+x lgt2293/xml/*.sh
chmod a-x lgt2293/xml/*.js
ln -sf lgt2293 logtalk
mkdir -p bin
cd bin