diff options
Diffstat (limited to 'cpp/rpm/Makefile.am')
-rw-r--r-- | cpp/rpm/Makefile.am | 2 |
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 |