Logtalk 2.29.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1773 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-01-10 12:46:10 +00:00
parent c837589385
commit e75e406f84
232 changed files with 629 additions and 731 deletions

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
if [ -z "$1" ]; then
@@ -23,24 +23,24 @@ echo
echo "Installing Logtalk on $prefix ..."
echo
rm -rf $prefix/lgt2291
rm -rf $prefix/lgt2292
rm -f $prefix/logtalk
mkdir $prefix/lgt2291
mkdir $prefix/lgt2292
cd ..
cp -R * $prefix/lgt2291
cp -R * $prefix/lgt2292
cd $prefix
chmod -R go-w,a+r lgt2291
chmod a+x lgt2291
chmod a+x lgt2291/scripts/*.sh
chmod a-x lgt2291/scripts/*.js
chmod a+x lgt2291/scripts/linux/*.sh
chmod a+x lgt2291/scripts/macosx/postflight
chmod a+x lgt2291/xml/*.sh
chmod a-x lgt2291/xml/*.js
ln -sf lgt2291 logtalk
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
mkdir -p bin
cd bin