From 3617976654e875317ff703f987fedaa486690cef Mon Sep 17 00:00:00 2001 From: shnavid Date: Tue, 10 Jul 2007 21:11:12 +0000 Subject: * new rpmbuild method does not require install-rpm.sh and prep-rpm.sh git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@190 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/README') diff --git a/src/README b/src/README index f2d041b7..b65b07ed 100644 --- a/src/README +++ b/src/README @@ -13,7 +13,7 @@ To access to the public source code repository for this project run: (all the following as root) to install locally ==> python setup.py install -to build an rpm ==> python setup.py bdist_rpm +to build an rpm ==> make rpm See the Makefile. -- cgit