From: Simon Wilkinson Date: Sat, 26 Jun 2010 14:59:21 +0000 (+0100) Subject: RPM Packaging: Make file types clear X-Git-Tag: openafs-devel-1_5_75~67 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ff959f4a2e28a4c44f4962f5077da1148748d28b;p=packages%2Fo%2Fopenafs.git RPM Packaging: Make file types clear Make it clear that makesrpm.pl takes the bz2, rather than gzip'd, versions of the OpenAFS distribution. Change-Id: Ifb99448df5c7060186da1f13ee9c38ba95373376 Reviewed-on: http://gerrit.openafs.org/2264 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/packaging/RedHat/makesrpm.pl b/src/packaging/RedHat/makesrpm.pl index f6b931e4b..3fd938a32 100755 --- a/src/packaging/RedHat/makesrpm.pl +++ b/src/packaging/RedHat/makesrpm.pl @@ -19,7 +19,7 @@ my $changelog = shift; my $cellservdb = shift; if (!$srcball && !$docball) { - printf "Usage: makesrpm [ [ []]]\n"; + printf "Usage: makesrpm [ [ []]]\n"; exit(1); }