From 4d7e428a2c578b737f49170462671cdcad853184 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 9 Jul 2008 12:51:50 +0000 Subject: [PATCH] fix pointer to doc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- README | 4 ++-- makeperlxcatrpm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 4dfd092d7..5a25f2264 100644 --- a/README +++ b/README @@ -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.) \ No newline at end of file +with xCAT is in perl-xCAT-2.0/README.) diff --git a/makeperlxcatrpm b/makeperlxcatrpm index 175c9a9c9..0d2cc754d 100755 --- a/makeperlxcatrpm +++ b/makeperlxcatrpm @@ -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