summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-14 16:13:06 +0000
committerAlan Conway <aconway@apache.org>2007-03-14 16:13:06 +0000
commite173506a5407f9577f8f648676ae0e91cb7d0a65 (patch)
treedb40988aa170f38fd38d1fd586d908d09cbfb493
parent9f1b436714631792387d1c7b0180e86498940622 (diff)
downloadqpid-python-e173506a5407f9577f8f648676ae0e91cb7d0a65.tar.gz
Merged revisions 499864 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r499864 | aconway | 2007-01-25 12:38:02 -0500 (Thu, 25 Jan 2007) | 2 lines * Fixed typo in make rpm target. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518200 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/rpm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rpm/Makefile.am b/cpp/rpm/Makefile.am
index 7f3a4b4b6b..363a444f4f 100644
--- a/cpp/rpm/Makefile.am
+++ b/cpp/rpm/Makefile.am
@@ -15,7 +15,7 @@ clean-local:
# Build source and binary RPMs.
rpm: dist
rpmbuild $(RPMOPTS) $(RPMEXTRAOPTS) -ba $(SPEC)
- rpmlint RPMS/*.rpm
+ rpmlint RPMS/*/*.rpm
# Build source RPM only.
srpm: dist