summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-25 17:38:02 +0000
committerAlan Conway <aconway@apache.org>2007-01-25 17:38:02 +0000
commit122ea414e5649f08a32a61503d8b829fed190c51 (patch)
treef979d9ef5e5f89e066582bbaba2a4b350b87e535
parent96296840180eefa351681653690a8c93a044d2b7 (diff)
downloadqpid-python-122ea414e5649f08a32a61503d8b829fed190c51.tar.gz
* Fixed typo in make rpm target.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499864 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