use RPMBUILD_SWEEP

CVS patchset: 230
CVS date: 1996/01/29 19:14:31
This commit is contained in:
marc 1996-01-29 19:14:31 +00:00
parent 87fbb7842d
commit 71bad57b4d
1 changed files with 1 additions and 1 deletions

2
rpm.c
View File

@ -414,7 +414,7 @@ int main(int argc, char ** argv) {
case MODE_BUILD:
if (clean)
buildAmount |= RPMBUILD_CLEAN;
buildAmount |= RPMBUILD_SWEEP;
if (optind == argc)
argerror("no spec files given for build");