fix pointer to doc

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-07-09 12:51:50 +00:00
parent 08f3fb3ac5
commit 4d7e428a2c
2 changed files with 3 additions and 3 deletions

4
README
View File

@ -2,11 +2,11 @@ xCAT - eXtreme Cluster Administration Toolkit
xCAT is a toolkit for the deployment and administration of clusters.
For documentation on getting started with xCAT, see http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-core/trunk/perl-xCAT-2.0/xCAT2.0.pdf .
For documentation on getting started with xCAT, see http:http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-core/trunk/xCAT-client/share/doc/xCAT2.pdf .
xCAT is made available as OSS under the EPL license:
http://www.opensource.org/licenses/eclipse-1.0.php
(This file is not packaged with the xCAT RPMs. It is only here for those that look
at the source in SVN and want to know how to get started. The README that is packaged
with xCAT is in perl-xCAT-2.0/README.)
with xCAT is in perl-xCAT-2.0/README.)

View File

@ -31,5 +31,5 @@ else
rm -f perl-xCAT-$VER.tar.gz
tar -czhf perl-xCAT-$VER.tar.gz --exclude=.svn --exclude=.project perl-xCAT-$VER
rm -f /usr/src/$pkg/SRPMS/perl-xCAT-$VER*rpm /usr/src/$pkg/RPMS/noarch/perl-xCAT-$VER*rpm
rpmbuild -ta perl-xCAT-$VER.tar.gz
rpmbuild -ta -vv perl-xCAT-$VER.tar.gz
fi