From: <ssk...@re...> - 2004-11-10 23:18:38
|
Author: sskracic Date: 2004-11-11 00:11:10 +0100 (Thu, 11 Nov 2004) New Revision: 91 Modified: tools/trunk/bundle/rollingbuild.sh Log: RPM building should be done exclusively with rpmbuild, not rpm. Modified: tools/trunk/bundle/rollingbuild.sh =================================================================== --- tools/trunk/bundle/rollingbuild.sh 2004-11-09 21:13:24 UTC (rev 90) +++ tools/trunk/bundle/rollingbuild.sh 2004-11-10 23:11:10 UTC (rev 91) @@ -32,7 +32,7 @@ make dist # Build the rpms -rpm -ta --clean ccm-tools-bundle-*.tar.gz +rpmbuild -ta --clean ccm-tools-bundle-*.tar.gz ./make-zip.sh |