OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 08-Jul-2003 14:58:08
Branch: HEAD Handle: 2003070813580700
Modified files:
openpkg-re rpmlint.pl
Log:
typo
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/rpmlint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/rpmlint.pl
============================================================================
$ cvs diff -u -r1.5 -r1.6 rpmlint.pl
--- openpkg-re/rpmlint.pl 6 Jul 2003 10:28:27 -0000 1.5
+++ openpkg-re/rpmlint.pl 8 Jul 2003 12:58:07 -0000 1.6
@@ -122,7 +122,7 @@
system("rm -rf $tmpdir");
system("mkdir -p $tmpdir");
-# iterate over all .spec files
+# iterate over all .rpm files
foreach my $filename (@ARGV) {
die "unable to open file \"$filename\" for reading"
if (not -f $filename);
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]